From c9866a253c81fdfe4be72c3cad9b44eec810e752 Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:42:47 +0530 Subject: [PATCH] Create helloworld.cpp --- helloworld.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helloworld.cpp diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..a100bb7 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,5 @@ +#include +#include +void main() +{cout<<"Hello World"; +}