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