Changed the name so GitLab would like it.

This commit is contained in:
Nicolás A. Ortega
2016-11-30 18:44:40 +01:00
parent b0c0718116
commit 52aece5481

7
CHANGELOG Normal file
View File

@ -0,0 +1,7 @@
Change Log
==========
- v0.1: Initial release
- Basic prime calculation.
- Uses a growing vector of known primes and gets the modulus of the number divided by these primes.
- Uses type `long long` to hold prime numbers.