Exercise 2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
int j = 1;
|
||||
printf("Printing %i,\nalthough printing foxes is superior.", j);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user