6 lines
62 B
Text
6 lines
62 B
Text
|
|
program hello
|
||
|
|
include library
|
||
|
|
begin
|
||
|
|
output "Hello world!"
|
||
|
|
end
|