3 lines
60 B
Plaintext
Vendored
3 lines
60 B
Plaintext
Vendored
fun main(args: Array<String>) {
|
|
println("foo" + "foo")
|
|
} |