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