From 11481580221fa15fdd934de8f9bd133b10b8117a Mon Sep 17 00:00:00 2001 From: divakarpuro <44550134+divakarpuro@users.noreply.github.com> Date: Sun, 28 Oct 2018 22:58:46 +0530 Subject: [PATCH] Create hi.c --- hi.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hi.c diff --git a/hi.c b/hi.c new file mode 100644 index 00000000..231cbf45 --- /dev/null +++ b/hi.c @@ -0,0 +1,4 @@ +#include +void main() +{cout<<"hello world"; +}