Files
kotlin-fork/compiler/testData/cli/script.ktscript
T
2012-06-14 16:05:16 +04:00

4 lines
39 B
Plaintext

for (arg in args) {
println(arg)
}