home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_11 / 9.ddi / CHAPXMPL.ZIP / TSAMPLE.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-02-13  |  59 b   |  5 lines

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