diff --git a/hello__world.cpp b/hello__world.cpp new file mode 100644 index 0000000..abe36fd --- /dev/null +++ b/hello__world.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ +cout<<"HEllo WOrld; +return 0; +}