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

3 lines
49 B
Kotlin

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