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