home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / compilers / p11 / tst / simple.pcat < prev    next >
Text File  |  2006-03-05  |  178b  |  9 lines

  1. (* This program tests the simplest stuff. *)
  2.  
  3. program is
  4.  
  5.   begin
  6.     write ("Hello, world!");
  7.     write ("Segmentation fault - core dumped");  (* Just kidding around! *)
  8.   end;
  9.