diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..f7390ed --- /dev/null +++ b/hello.cpp @@ -0,0 +1,5 @@ +#include +int main(){ +cout<<"hello world"; +return 0; +}