index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
install
/
macosx
/
xcode
/
FPC-C-C++ Carbon Application
/
Start.pas
blob: cee9ddcd069c455bafb9318eb989f6c208975761 (
plain
)
1
2
3
4
5
6
program
Start
;
uses
MainUnit
;
begin
RunMainProcedure
;
end
.