You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A program that creates a text file with all the primes within a given range. It uses the sieve of Eratosthenes, so it is slow. Be wary of obscenely high values, they may cause a segmentation fault.
About
A program that creates a text file with all the primes within a given range.