fpc/utils/instantfpc/examples/helloworld.pas
michael 1f6695b28b * Added instantfpc
git-svn-id: trunk@17364 -
2011-04-24 09:20:35 +00:00

5 lines
65 B
ObjectPascal
Executable File

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