blob: 68654e0167baee289e488882b62e706270d6fcb8 [file]
// WITH_STDLIB
fun box(): String {
1L.mod("123a".indexOfAny("a".toCharArray()))
return "OK"
}