Move ir box test under "box/ir"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun box(): String {
|
||||
var result = ""
|
||||
fun add(s: String) {
|
||||
result += s
|
||||
}
|
||||
add("O")
|
||||
add("K")
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user