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