RosettaCodeData/Task/Hello-world-Text/Efene/hello-world-text-2.efene
2015-11-18 06:14:39 +00:00

4 lines
56 B
Text

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