home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk1 / crtapp.pak / CRTAPP.PAS
Encoding:
Pascal/Delphi Source File  |  1995-08-24  |  73 b   |  9 lines

  1. program CrtApp;
  2.  
  3. uses WinCrt;
  4.  
  5. begin
  6.   Writeln('Delphi');
  7. end.
  8.  
  9.