xref: /original-bsd/usr.bin/pascal/USD.doc/first.p (revision 72b8f354)
1program first(output)
2begin
3	writeln('Hello, world!')
4end.
5