3 lines
75 B
Kotlin
Vendored
3 lines
75 B
Kotlin
Vendored
fun main() {
|
|
val rabbit = true || false && 1 + 2 <caret>== 3 || false
|
|
} |