aaaaaa #3

Open
SinusFox wants to merge 2 commits from github/fork/MCWertGaming/patch-1 into main
Showing only changes of commit c69e3ca5c5 - Show all commits
+3 -4
View File
@@ -1,12 +1,11 @@
#include <stdio.h> #include <stdio.h>
int main() { int main() {
int i = 3; int i = 70;
const char fox[4] = "FOX";
printf("Printing "); printf("Printing ");
for (unsigned int j = 0; j < 3; j++) { for (unsigned int j = i; j < 89; j += 9) {
printf("%c", fox[j]); printf("%c", j);
} }
printf(", Since they are better :P\n"); printf(", Since they are better :P\n");