diff --git a/hello-world.cpp b/hello-world.cpp deleted file mode 100644 index 9ddc49c..0000000 --- a/hello-world.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -using namespace std; - -int main(){ - cout << "Hello world!" << endl; - return 0; -}