program
hello;
begin
write('hello world'#13#10);
end
.