home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / BPC-TRTL.ZIP / MINIMAL.PAS < prev    next >
Pascal/Delphi Source File  |  1995-05-30  |  102b  |  6 lines

  1. { This program does nothing, EXE file size should be 96 bytes }
  2.  
  3. {$R-,S-,Q-,I-,N-,E-}
  4. begin
  5. end.
  6.