RosettaCodeData/Task/Hello-world-Text/Efene/hello-world-text-2.efene
2023-07-01 13:44:08 -04:00

4 lines
56 B
Text

@public
run = fn () {
io.format("Hello world!~n")
}