Files
hello-world/k/kotlin.kt

4 lines
40 B
Kotlin

fun main() {
println("Hello World")
}