2
0

helloworld.pas 64 B

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