5903 Intro Scientific Prog:
Primes: Specification
- Reads the following from standard in: an integer n and a filename "File"
- Computes the first n primes and stores them in a vector
- The output should be written to "File" as a list in increasing order one prime to a line.
- The primality test should be in a seperate file.
- The program should print to standard out the value of n and the elapsed time.
- Make sure that the code compiles with a standard boring makefile and
that you comply with all the assignment requirements including the
makefile and readme rules.