From 87c526142636758aee90f66ec29c577fa9d435f8 Mon Sep 17 00:00:00 2001 From: niksinghal Date: Wed, 31 Oct 2018 23:03:47 +0530 Subject: [PATCH] niksinghal --- hello_world.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello_world.cpp diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 000000000..7d8a0640a --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +int main(){ + cout<<"Hello world"<