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