#include int main() { printf("Printing hello world,\nalthough printing foxes is superior."); return 0; }