(*$c+,t+*)
program x(output);
var y : integer;
begin
for y := 1 to 3 do writeln('Hello, world!')
end.
