diff --git a/krishan-kant-eng/hello_world.cpp b/krishan-kant-eng/hello_world.cpp new file mode 100644 index 0000000..13c1321 --- /dev/null +++ b/krishan-kant-eng/hello_world.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +{ + cout<<"Hello World"; + return 0; +} \ No newline at end of file