3 lines
68 B
Plaintext
Vendored
3 lines
68 B
Plaintext
Vendored
fun main() {
|
|
val rabbit = true || false || false && 3 == 1 + 2
|
|
} |