Prime 0.1
For better information when the package is built type prime -version
.
Prime is a package that calculates prime numbers using the Sieve of Eratosthenes.
Instructions:
- Type
make
to compile the program.
Then after building, type prime
to test the program. You should be able to continue from there by following the instructions given to you.
Files:
main.cc
c++ source code for program.
If you have encountered a bug, please report it to Issues.
Wikipedia contributors, "Make (software)," Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=Make_(software)&oldid=846578505 (accessed July 20, 2018).
Wikipedia contributors, "Sieve of Eratosthenes," Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=Sieve_of_Eratosthenes&oldid=848490795 (accessed July 20, 2018).
Prime, a package that calculates prime numbers using the Sieve of Eratosthenes.
Copyright (C) 2018 Philip Bowman.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see GNU Licenses.