Files
kotlin-fork/compiler/testData/compiler/smoke/Smoke.kt
T
2012-01-20 19:32:12 +04:00

6 lines
65 B
Kotlin
Vendored

package Smoke
fun main(args: Array<String>) {
print(args)
}