mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 17:09:49 +01:00
5 lines
64 B
ObjectPascal
5 lines
64 B
ObjectPascal
#!/usr/bin/env instantfpc
|
|
begin
|
|
writeln('Hello world!');
|
|
end.
|