6 lines
56 B
C
6 lines
56 B
C
|
|
|
||
|
|
int main() {
|
||
|
|
printf("Starting\n");
|
||
|
|
return 0;
|
||
|
|
}
|