6 lines
56 B
C
Raw Normal View History

int main() {
printf("Starting\n");
return 0;
}