From 3c581723a50c7828a322a5710ef513ae4c35f585 Mon Sep 17 00:00:00 2001 From: abhisheksurpur2 <53899694+abhisheksurpur2@users.noreply.github.com> Date: Sun, 3 May 2020 10:42:48 +0530 Subject: [PATCH] normal file --- hi.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hi.cpp diff --git a/hi.cpp b/hi.cpp new file mode 100644 index 0000000..d2adbc8 --- /dev/null +++ b/hi.cpp @@ -0,0 +1,3 @@ +void main(){ + cout<<"hello world"; +}