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

4 lines
39 B
Plaintext

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