RosettaCodeData/Task/Hello-world-Text/Efene/hello-world-text-2.efene

5 lines
56 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
@public
run = fn () {
io.format("Hello world!~n")
}