3 lines
52 B
Kotlin
Vendored
3 lines
52 B
Kotlin
Vendored
fun main() {
|
|
val rabbit = 4 + 2 * 5 <caret>+ 1
|
|
} |