RosettaCodeData/Task/Hello-world-Text/PROMAL/hello-world-text.promal
2023-07-01 13:44:08 -04:00

5 lines
62 B
Text

program hello
include library
begin
output "Hello world!"
end