41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
7 lines
91 B
Kotlin
7 lines
91 B
Kotlin
fun box(): String {
|
|
1 in 1.rangeTo(10)
|
|
1..10
|
|
'h' in 'A'.rangeTo('Z')
|
|
return "OK"
|
|
}
|