add test files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
fun box() : String {
|
||||
var name = "Hello"
|
||||
return ("o${name}o");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user