4.4BSD/usr/src/usr.bin/pascal/USD.doc/first.p

program first(output)
begin
	writeln('Hello, world!')
end.