Added line break

This commit is contained in:
SinusFox
2023-04-28 09:22:02 +02:00
parent f84965ce3f
commit 27f789f3aa
+1 -1
View File
@@ -1,6 +1,6 @@
#include <stdio.h>
int main() {
printf("Printing hello world, although printing foxes is superior.");
printf("Printing hello world,\nalthough printing foxes is superior.");
return 0;
}