From c4312ef3bf38420a7778010d7a955ecf32e08d47 Mon Sep 17 00:00:00 2001 From: BOT-Samuel <56443581+BOT-Samuel@users.noreply.github.com> Date: Fri, 11 Oct 2019 11:19:24 -0300 Subject: [PATCH] Update hello.c --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 9991d61..8613ccb 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv){ - printf("Hello,World.\n"); + printf("Hello World.\n"); return 0; }