4 lines
78 B
Kotlin
4 lines
78 B
Kotlin
// IS_APPLICABLE: false
|
|
fun new(x: Int, y: Int): Int {
|
|
return y <caret>-
|
|
} |