diff --git a/1_Hello_World/Hello_World.c b/1_Hello_World/Hello_World.c index 8a469b4..7778334 100644 --- a/1_Hello_World/Hello_World.c +++ b/1_Hello_World/Hello_World.c @@ -1,6 +1,6 @@ #include int main() { - printf("Printing hello world, although printing foxes is superior."); + printf("Printing hello world,\nalthough printing foxes is superior."); return 0; }