From 0696f9bc046c3a311e988e48a6e6ad1f4ec80976 Mon Sep 17 00:00:00 2001 From: Dipanshu018 Date: Fri, 27 Oct 2023 03:47:10 +0530 Subject: [PATCH] add/hellow1-c --- C/hellow1.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 C/hellow1.c diff --git a/C/hellow1.c b/C/hellow1.c new file mode 100644 index 0000000..ed75d18 --- /dev/null +++ b/C/hellow1.c @@ -0,0 +1,9 @@ +#include + +int main() +{ + printf("Hello World!\n"); + printf("hello World_1 . "); + + return 0; +} \ No newline at end of file