blob: b4890365b12e4c3b612ff3f442455592d68608c5 [file]
enum class State {
O,
K
}
fun box() = "${State.O}${State.K}"