diff --git a/hello.cpp b/hello.cpp index e69de29..e18609e 100644 --- a/hello.cpp +++ b/hello.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "hello world!" << endl; + return 0; +} \ No newline at end of file diff --git a/main.cpp b/main.cpp deleted file mode 100644 index e69de29..0000000