From 63e9d34034f93fc26fcca5ee0666089d8b1b0454 Mon Sep 17 00:00:00 2001 From: nitishsingh321 <56997697+nitishsingh321@users.noreply.github.com> Date: Fri, 25 Oct 2019 19:16:13 +0530 Subject: [PATCH] nits --- HelloWorld.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HelloWorld.c diff --git a/HelloWorld.c b/HelloWorld.c new file mode 100644 index 0000000..79dc5b5 --- /dev/null +++ b/HelloWorld.c @@ -0,0 +1,6 @@ +#include +main() +{ + printf("hello world"); + +} \ No newline at end of file