index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
utils
/
instantfpc
/
examples
/
helloworld.pas
blob: 93f3fbef3172d8c36f2854c1841a6f7812d1d02f (
plain
)
1
2
3
4
#
!/
usr
/
bin
/
env instantfpc
begin
writeln
(
'Hello world!'
);
end
.