home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
123.img
/
TASM.ZIP
/
TSAMPLE.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1988-10-31
|
59b
|
5 lines
program TSample;
uses Sample;
begin
TestSample;
end.