// WITH_STDLIB internal val wildcardChars = "OK".toCharArray() fun box(): String = "${wildcardChars[0]}${wildcardChars[1]}"