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