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

5 lines
69 B
Kotlin
Raw Normal View History

2022-02-12 09:28:46 -05:00
package fi.schro
fun main() {
println("Hello, Kotlin/Native!")
}