From 01b8bef1834023d30b68c537397f9d075c87c9d6 Mon Sep 17 00:00:00 2001 From: verma420 <44649057+verma420@users.noreply.github.com> Date: Wed, 31 Oct 2018 22:44:11 +0530 Subject: [PATCH] Lets go hello world --- Lets go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Lets go diff --git a/Lets go b/Lets go new file mode 100644 index 0000000..096739e --- /dev/null +++ b/Lets go @@ -0,0 +1,7 @@ +hello world! +#include +int main () +{ + printf("hello world!\n"); + return 0; +}