5550924dc5
Inverts the conditional expression in an if expression.
4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
fun main() {
|
|
if (true != false) {
|
|
}
|
|
} |