Exercise 1 #2
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Printing hello world, although printing foxes is superior.");
|
||||
printf("Printing hello world,\nalthough printing foxes is superior.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user