From a2d6acec245799d416ad34331ad662584de9fbc3 Mon Sep 17 00:00:00 2001 From: Sachini_95 Date: Tue, 30 Oct 2018 14:35:03 +0530 Subject: [PATCH] hello world file added --- hello world.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello world.c diff --git a/hello world.c b/hello world.c new file mode 100644 index 0000000..6095170 --- /dev/null +++ b/hello world.c @@ -0,0 +1,8 @@ +#include stdio.h + +int main () +{ +printf ("hello world!!"); + +return 0; +} \ No newline at end of file