home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / programm / prog2 / trivial.ada < prev    next >
Encoding:
Text File  |  1991-07-01  |  134 b   |  14 lines

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