Program HelloWorld(output)
var
   msg : String
begin
   msg = 'Hello, world!';
   Writeln(msg)
end.