From c5035c642bbc545d25d1bb654702c588b3090790 Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:36:41 +0530 Subject: [PATCH] Create helloworld.c --- helloworld.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..9749b72 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,4 @@ +#include +void main() +{printf("HelloWorld"); +}