From 767a8c40a272a4386a5ede36b1560e8a49faefcd Mon Sep 17 00:00:00 2001 From: kaiser-000 <43948081+kaiser-000@users.noreply.github.com> Date: Fri, 26 Oct 2018 15:51:17 +0530 Subject: [PATCH] helloworld_11 --- CPP/helloworld_new.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CPP/helloworld_new.cpp diff --git a/CPP/helloworld_new.cpp b/CPP/helloworld_new.cpp new file mode 100644 index 0000000..da1f22b --- /dev/null +++ b/CPP/helloworld_new.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"Hello World"; + return 0; +}