From 387451faa0131ba0151bb4706f2f143ce9bbc5bc Mon Sep 17 00:00:00 2001 From: Utsav04 <49367705+Utsav04@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:56:41 +0530 Subject: [PATCH] Update hello.c --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 4b49a7f..04fa0b5 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main () { - printf("Hello World"); + printf("Hello World\n"); }