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