home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / pascal / PAS_TUT.ZIP / TRIVIAL.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1991-02-04  |  115 b   |  14 lines

  1. program Puppy_Dog;
  2.  
  3. begin
  4. end.
  5.  
  6.  
  7.  
  8.  
  9. { Result of execution
  10.  
  11. (There is no output from this program )
  12.  
  13. }
  14.