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