BSD 3 development
[unix-history] / usr / doc / pascal / first.p
program first(output)
begin
writeln('Hello, world!')
end.