diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..8b3fcb4 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#inlcude + +int main(){ +std:: cout<<"hello"; +return 0; +}