Files
kotlin-fork/compiler/testData/integration/ant/jvm/helloWorld/hello.kt
T

8 lines
91 B
Kotlin
Vendored

package hello
fun main() {
for (s in arrayListOf("a"))
println("Hello, $s!")
}