From e372421f2f6f62c23c7a31f1194d506e92701354 Mon Sep 17 00:00:00 2001 From: Harshit-coder <32755346+Harshit-coder@users.noreply.github.com> Date: Mon, 30 Oct 2017 20:44:23 +0530 Subject: [PATCH] printing hello world in c --- printing hello world in c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 printing hello world in c diff --git a/printing hello world in c b/printing hello world in c new file mode 100644 index 0000000..77d8275 --- /dev/null +++ b/printing hello world in c @@ -0,0 +1,5 @@ +#include +int main() +{ +printf("Hello World!\n"); +}