instantfpc: fixed examples

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
mgaertner
2011-03-27 19:48:12 +00:00
parent 9703e98787
commit ce15a330f1
4 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env instantfpc
begin
writeln('Hello world 2');
writeln('Hello world 2');
end.