home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 663 / pas / test.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1986-12-31  |  53 b   |  4 lines

  1. program test;
  2. begin
  3. writeln('This is a test')
  4. end.