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