Files
kotlin-fork/backend.native/tests/runtime/basic/hello0.kt
T

4 lines
62 B
Kotlin

fun main(args : Array<String>) {
println("Hello, world!")
}