RosettaCodeData/Task/Hello-world-Text/Kotlin/hello-world-text.kotlin
2020-02-17 23:21:07 -08:00

3 lines
43 B
Text

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