From 8162cc0825fd41e47940f5f8376186d8faa5ef26 Mon Sep 17 00:00:00 2001 From: ManuJasan <55802532+ManuJasan@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:43:44 +0530 Subject: [PATCH] Create heyworld.cpp --- heyworld.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 heyworld.cpp diff --git a/heyworld.cpp b/heyworld.cpp new file mode 100644 index 0000000..c1782d7 --- /dev/null +++ b/heyworld.cpp @@ -0,0 +1,6 @@ +#include +#include +void main() +{ //here we go! + cout<<"hello world!"; +}