7 lines
130 B
C
7 lines
130 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Printing hello world,\nalthough printing foxes is superior.");
|
|
return 0;
|
|
}
|