You've already forked lazarus-ccr
instantfpc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
4
applications/instantfpc/examples/helloworld.pas
Executable file
4
applications/instantfpc/examples/helloworld.pas
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
begin
|
||||
writeln('Hello world 2');
|
||||
end.
|
Reference in New Issue
Block a user