aaaaaa #3

Open
SinusFox wants to merge 2 commits from github/fork/MCWertGaming/patch-1 into main
+9 -2
View File
@@ -1,7 +1,14 @@
#include <stdio.h>
int main() {
int j = 1;
printf("Printing %i,\nalthough printing foxes is superior.", j);
int i = 70;
printf("Printing ");
for (unsigned int j = i; j < 89; j += 9) {
printf("%c", j);
}
printf(", Since they are better :P\n");
return 0;
}