Files
kotlin-fork/compiler/testData/launcher/helloWorld.kt
T

6 lines
51 B
Kotlin
Vendored

package test
fun main() {
println("Hello!")
}