Exercise 1 #2

Merged
SinusFox merged 6 commits from Exercise_1 into main 2023-04-28 07:37:05 +00:00
Showing only changes of commit 27f789f3aa - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
int main() { int main() {
printf("Printing hello world, although printing foxes is superior."); printf("Printing hello world,\nalthough printing foxes is superior.");
return 0; return 0;
} }