4 lines
71 B
Kotlin
4 lines
71 B
Kotlin
// IS_APPLICABLE: false
|
|
fun main() {
|
|
val testing = 5 compareTo 10
|
|
} |