BSD 1 development
[unix-history] / puman / first.p
program first(output)
begin
writeln('Hello, world!')
end.