/PrimeNumberGenerator

A C# console application calculating prime numbers continuously and storing them in text files.

Primary LanguageC#

PrimeNumberGenerator

A C# console application calculating prime numbers continuously and storing them in text files.

Note: While this project was a lot of fun to write, it still loses miserably compared to projects such as https://github.com/kimwalisch/primesieve/