diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..f3a0cb8 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include +using namespace std: + +int main(){ + cout<<"Hello world"; +}