helloworld.pas 65 B

1234
  1. #!/usr/bin/env instantfpc
  2. begin
  3. writeln('Hello world 2');
  4. end.