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