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>
int main() {
int i = 3;
const char fox[4] = "FOX";
int i = 70;
printf("Printing ");
for (unsigned int j = 0; j < 3; j++) {
printf("%c", fox[j]);
for (unsigned int j = i; j < 89; j += 9) {
printf("%c", j);
}
printf(", Since they are better :P\n");