From 080805188d20a35f2281dcd65a854032fb8e6339 Mon Sep 17 00:00:00 2001 From: iamhritik55 <56077574+iamhritik55@users.noreply.github.com> Date: Fri, 4 Oct 2019 18:55:44 +0530 Subject: [PATCH] Create hello__world.cpp --- hello__world.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello__world.cpp 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; +}