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