5550924dc5
Inverts the conditional expression in an if expression.
6 lines
39 B
Plaintext
6 lines
39 B
Plaintext
fun main() {
|
|
if (false) {
|
|
|
|
}
|
|
}
|