Update to handle fragments correctly (set bsize to be fragment
[unix-history] / .ref-BSD-3 / usr / doc / pascal / first.p
program first(output)
begin
writeln('Hello, world!')
end.