aaaaaa #3
@@ -1,7 +1,14 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int j = 1;
|
int i = 70;
|
||||||
printf("Printing %i,\nalthough printing foxes is superior.", j);
|
|
||||||
return 0;
|
printf("Printing ");
|
||||||
|
for (unsigned int j = i; j < 89; j += 9) {
|
||||||
|
printf("%c", j);
|
||||||
|
}
|
||||||
|
|
||||||
|
printf(", Since they are better :P\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user