home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / misc_programming / TEST / READ.ME < prev    next >
Encoding:
Text File  |  1990-10-24  |  773 b   |  37 lines

  1. The file problem.rep is provided as a standard means of reporting problems.
  2.  
  3. The test sources distributed with the Meridian Ada compiler are:
  4.  
  5. BANK.ADA
  6. --------
  7. Tasking demonstration program; you must compile
  8. RANDOM_I.ADA before compiling BANK.ADA.
  9.  
  10. GMAIN.ADA
  11. ---------
  12. Generic sort demonstration program; you must compile
  13. GSORT.ADA before compiling GMAIN.ADA.
  14.  
  15. GSORT.ADA
  16. ---------
  17. Generic sort package used with GMAIN.ADA.
  18.  
  19. QUEENS.ADA
  20. ----------
  21. A program to solve the Eight Queens problem.
  22.  
  23. RANDOM_I.ADA
  24. ------------
  25. A "random" integer generating package used with BANK.ADA.
  26.  
  27. SIEVE.ADA
  28. ---------
  29. A program to compute primes using the method of the
  30. Sieve of Eratosthenes.
  31.  
  32. SIMPLE.ADA
  33. ----------
  34. A program that counts from one to ten.
  35.  
  36. 
  37.