5 lines
72 B
Text
5 lines
72 B
Text
int program(int argc, string[] argv) {
|
|
while (3) {
|
|
}
|
|
return 0;
|
|
}
|