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