4 lines
62 B
Text
4 lines
62 B
Text
|
|
int program(int argc, string[] argv) {
|
||
|
|
return 1 [|] true;
|
||
|
|
}
|