NetBSD/share/doc/ps1/04.pascal/first.p

5 lines
59 B
OpenEdge ABL

program first(output)
begin
writeln('Hello, world!')
end.