7 lines
72 B
Text
7 lines
72 B
Text
|
|
module main
|
||
|
|
imports native.io.output.say
|
||
|
|
|
||
|
|
say(#{"apple","orange"})
|
||
|
|
|
||
|
|
end
|