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