RosettaCodeData/Task/Hello-world-Text/Nutt/hello-world-text.nutt
2023-07-01 13:44:08 -04:00

6 lines
75 B
Text

module hello_world
imports native.io.output.say
say("Hello, world!")
end