home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l224 / 2.img / CHAPXMPL.ZIP / TSAMPLE.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1990-10-29  |  59 b   |  5 lines

  1. program TSample;
  2. uses Sample;
  3. begin
  4.   TestSample;
  5. end.