pascal output

Pascal Output

program HelloWorld;
begin
  writeln('Hello, world!');
end.