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