This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
kotlin-course/src/nativeMain/kotlin/Main.kt

3 lines
51 B
Kotlin

fun main() {
println("Hello, Kotlin/Native!")
}