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