RosettaCodeData/Task/Hello-world-Text/Kotlin/hello-world-text.kotlin
2023-07-01 13:44:08 -04:00

3 lines
43 B
Text

fun main() {
println("Hello world!")
}