home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
181.img
/
TASM-101.ZIP
/
CHAPXMPL.ARC
/
TSAMPLE.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1989-05-02
|
59b
|
5 lines
program TSample;
uses Sample;
begin
TestSample;
end.