From 7ff992071ffb837a015310f8ecc78a1356b83a9a Mon Sep 17 00:00:00 2001 From: Sarath Kumar S <54178445+Sarath-Kumar-S@users.noreply.github.com> Date: Tue, 1 Oct 2019 09:08:19 +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 51a4683..db1fa65 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,6 @@ #include int main() { - printf("Hi, World!"); + printf("Hi, World!"); //Print Hi World! return 0; }