From 41a313ec7659ee23e30d6b17f41c75b2dfb5d296 Mon Sep 17 00:00:00 2001 From: amasha Date: Thu, 25 Oct 2018 17:42:50 +0530 Subject: [PATCH] Hello World1 --- C/helloworld1.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 C/helloworld1.c diff --git a/C/helloworld1.c b/C/helloworld1.c new file mode 100644 index 0000000..cbb0ba4 --- /dev/null +++ b/C/helloworld1.c @@ -0,0 +1,7 @@ +#include + +int main(void) +{ + printf("Hello, World!"); + return 0; +} \ No newline at end of file