From 31e6b8abcf65819dc4d88df1a6f4dc803208ec95 Mon Sep 17 00:00:00 2001 From: rutujadhage <55835108+rutujadhage@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:49:06 +0530 Subject: [PATCH] Update Hello world --- Hello world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello world b/Hello world index 3b7617c..d9105a6 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include int main() { - printf("Hello, World!"); + printf("Hello World!"); return 0; }