From 05c086515091f3ae25936daa25f53493e05cb724 Mon Sep 17 00:00:00 2001 From: KeshavSharma29 <56887924+KeshavSharma29@users.noreply.github.com> Date: Wed, 7 Oct 2020 00:32:41 +0530 Subject: [PATCH] Update Hello_word.c --- C/Hello_word.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/Hello_word.c b/C/Hello_word.c index c5a0eb9..7cafd45 100644 --- a/C/Hello_word.c +++ b/C/Hello_word.c @@ -2,7 +2,7 @@ int main() { -printf("HELLO WORLD") +printf("HELLO WORLD!!!") return 0; }