From 6896afdb6461989cc2e255ca463f9c0e4fd45b60 Mon Sep 17 00:00:00 2001 From: kkroyal2014 <35851318+kkroyal2014@users.noreply.github.com> Date: Sun, 25 Oct 2020 23:01:51 +0530 Subject: [PATCH] Create hello_world.cpp --- krishan-kant-eng/hello_world.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 krishan-kant-eng/hello_world.cpp 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