Files
kotlin-fork/compiler/integration-tests/data/hello.kt
T
2012-04-22 22:54:13 +04:00

6 lines
84 B
Kotlin

package Hello
fun main(args : Array<String>) {
System.out?.println("Hello!")
}