Files
lazarus-ccr/applications/instantfpc/examples/helloworld.pas
mgaertner ce15a330f1 instantfpc: fixed examples
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-03-27 19:48:12 +00:00

5 lines
65 B
ObjectPascal
Executable File

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