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