Files
kotlin-fork/compiler/testData/cli/jvm/script.ktscript
T
2013-11-21 17:37:36 +04:00

4 lines
39 B
Plaintext

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