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