4 lines
63 B
Kotlin
Vendored
4 lines
63 B
Kotlin
Vendored
import java.util.*
|
|
|
|
val c = Comparator {(x: Int, y: Int) -> 1}
|