From 2c7ee7a702806ff682942971281da5f6bcb1d427 Mon Sep 17 00:00:00 2001 From: Ashika Chinnu Shabu <48182507+ashikashabu@users.noreply.github.com> Date: Sat, 26 Oct 2019 16:03:18 +0530 Subject: [PATCH] Create hello.cpp --- hello.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..2712ac2 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,5 @@ +#include +void main() +{ + cout<<"Hello World"; +}