5 lines
61 B
Text
5 lines
61 B
Text
import io
|
|
|
|
procedure main ()
|
|
io.write ("Hello world!")
|
|
end
|