From fd2fa4ee6ba23a7d133d26781c927b2ac377d9c3 Mon Sep 17 00:00:00 2001 From: chronos Date: Mon, 11 Jun 2018 15:15:35 +0200 Subject: [PATCH] Update hello-world.c --- hello-world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world.c b/hello-world.c index 42a805e..b49b250 100644 --- a/hello-world.c +++ b/hello-world.c @@ -1,5 +1,5 @@ #include int main() { - printf("Hello, World!"); + printf("Hello, World!\n"); return 0; }