kotlin/world/main.kt

4 lines
42 B
Kotlin

fun main() {
println("Hello, World!");
}