mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 19:20:33 +01:00
5 lines
64 B
ObjectPascal
5 lines
64 B
ObjectPascal
#!/usr/bin/env instantfpc
|
|
begin
|
|
writeln('Hello world!');
|
|
end.
|