RosettaCodeData/Task/Hello-world-Text/Bait/hello-world-text.bait

4 lines
43 B
Plaintext

fun main() {
println('Hello World!')
}