program Project1;

{$APPTYPE CONSOLE}

uses
  SysUtils;

begin
  writeln('Hello world!');
end.
