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