hello-world/kotlin/helloworld.kt
2024-04-04 20:24:15 +02:00

3 lines
62 B
Kotlin

fun main(args : Array<String>) {
println("Hello World!")
}