From 77c78ec4257d50382b15af985b7c830f1923cb63 Mon Sep 17 00:00:00 2001 From: chinjura <56077272+chinjura@users.noreply.github.com> Date: Sat, 5 Oct 2019 14:17:57 +0530 Subject: [PATCH] Create chinjuhelloworld.cpp --- chinjuhelloworld.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 chinjuhelloworld.cpp diff --git a/chinjuhelloworld.cpp b/chinjuhelloworld.cpp new file mode 100644 index 0000000..c0eaf3c --- /dev/null +++ b/chinjuhelloworld.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ +cout<<"\n Hello World"; +return 0; +}