6 lines
79 B
Text
6 lines
79 B
Text
int program(int argc, string[] argv) {
|
|
if (3) {
|
|
} else {
|
|
}
|
|
return 0;
|
|
}
|