From db014e46793a391466828480a01d7f67307839d1 Mon Sep 17 00:00:00 2001 From: Jyoti Singla <56391719+jyotisingla08@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:47:40 +0530 Subject: [PATCH] Update helloworld.c --- C/helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/helloworld.c b/C/helloworld.c index d2be331..6c5708a 100644 --- a/C/helloworld.c +++ b/C/helloworld.c @@ -1,4 +1,4 @@ #include int main(){ - printf("Hello World"); + printf("Hello World !!"); }