From 0bf937c51f4667928e4d4b7817618c1e4fe715b9 Mon Sep 17 00:00:00 2001 From: anupamdas43345 <55242195+anupamdas43345@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:08:28 +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..874de4a --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + int main() + { + cout<<"hello world"<