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