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