4 lines
68 B
Kotlin
4 lines
68 B
Kotlin
// IS_APPLICABLE: false
|
|
fun main() {
|
|
val test = 5<caret> div 2
|
|
} |