RosettaCodeData/Task/Hello-world-Text/Nutt/hello-world-text.nutt

7 lines
75 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
module hello_world
imports native.io.output.say
say("Hello, world!")
end