1BSD/puman/first.p

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