From ede2c95c3067671861f8e0b6ccb0649f7a460181 Mon Sep 17 00:00:00 2001 From: DulajMadushanka Date: Tue, 31 Oct 2017 02:38:19 +0530 Subject: [PATCH] Add hello world --- hello world.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello world.c diff --git a/hello world.c b/hello world.c new file mode 100644 index 0000000..8db423c --- /dev/null +++ b/hello world.c @@ -0,0 +1,9 @@ +/* Hello World program */ + +#include + +main() +{ + printf("Hello World"); + +} \ No newline at end of file