2.11BSD/doc/2.10/pascal/first.p

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