1
0
Fork 0
happy-cat/src/nativeMain/kotlin/fi/schro/Main.kt

5 lines
69 B
Kotlin

package fi.schro
fun main() {
println("Hello, Kotlin/Native!")
}