41a416da60
Delete all test methods (and empty test classes), since they'll be auto-generated
7 lines
65 B
Kotlin
7 lines
65 B
Kotlin
enum class State {
|
|
O
|
|
K
|
|
}
|
|
|
|
fun box() = "${State.O}${State.K}"
|