Files
kotlin-fork/compiler/testData/integration/smoke/helloApp/hello.kt
T

6 lines
63 B
Kotlin
Vendored

package Hello
fun main() {
System.out.println("Hello!")
}