From d37e8adcdc3cfb826fb18fd12737974d1167fdbc Mon Sep 17 00:00:00 2001 From: jihadijohn2 <44540239+jihadijohn2@users.noreply.github.com> Date: Sun, 28 Oct 2018 19:58:07 +0530 Subject: [PATCH] Create hi.c --- hi.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hi.c diff --git a/hi.c b/hi.c new file mode 100644 index 0000000000..6b7d31bb4d --- /dev/null +++ b/hi.c @@ -0,0 +1,5 @@ +#include +void main() +{ + cout<<"\nhello world"; +}