7 lines
98 B
Text
7 lines
98 B
Text
int program(int argc, string[] argv) {
|
|
if (true) {
|
|
return 0;
|
|
} else {
|
|
return 1;
|
|
}
|
|
}
|