BSD 3 development
[unix-history] / .ref-BSD-2 / doc / pascal / first.p
CommitLineData
1662094b
BJ
1program first(output)
2begin
3 writeln('Hello, world!')
4end.