5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
|
if (0) {
|
||
|
println(81);
|
||
|
} else {
|
||
|
println(42);
|
||
|
}
|