home *** CD-ROM | disk | FTP | other *** search
- The file problem.rep is provided as a standard means of reporting problems.
-
- The test sources distributed with the Meridian Ada compiler are:
-
- BANK.ADA
- --------
- Tasking demonstration program; you must compile
- RANDOM_I.ADA before compiling BANK.ADA.
-
- GMAIN.ADA
- ---------
- Generic sort demonstration program; you must compile
- GSORT.ADA before compiling GMAIN.ADA.
-
- GSORT.ADA
- ---------
- Generic sort package used with GMAIN.ADA.
-
- QUEENS.ADA
- ----------
- A program to solve the Eight Queens problem.
-
- RANDOM_I.ADA
- ------------
- A "random" integer generating package used with BANK.ADA.
-
- SIEVE.ADA
- ---------
- A program to compute primes using the method of the
- Sieve of Eratosthenes.
-
- SIMPLE.ADA
- ----------
- A program that counts from one to ten.
-
-