hello.pas 66 B

12345
  1. program hello(output);
  2. begin
  3. writeln('Hello world!!!');
  4. end.