6 lines
75 B
Text
6 lines
75 B
Text
module hello_world
|
|
imports native.io.output.say
|
|
|
|
say("Hello, world!")
|
|
|
|
end
|