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; }