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