Files
lazarus-ccr/applications/instantfpc/examples/helloworld.pas
mgaertner 6e94c155b9 added hint for new version
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-09 08:49:44 +00:00

5 lines
64 B
ObjectPascal
Executable File

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