fpc/utils/instantfpc/examples/helloworld.pas
2011-12-19 17:40:02 +00:00

5 lines
64 B
ObjectPascal

#!/usr/bin/env instantfpc
begin
writeln('Hello world!');
end.