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 / quicksort.givenOutput1 < prev    next >
Text File  |  2006-03-05  |  221b  |  17 lines

  1. rm -f tst/quicksort.s
  2. rm -f tst/quicksort
  3. java Main < tst/quicksort.pcat 1> tst/quicksort.s
  4. Assembling...
  5. Beginning execution...
  6. Enter 9 integers (between -9998 and +9998):
  7. The sorted array is:
  8. 10
  9. 15
  10. 21
  11. 23
  12. 30
  13. 57
  14. 62
  15. 81
  16. 96
  17.