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
This is a Rust program that finds all prime numbers up to a given limit using the Sieve of Eratosthenes algorithm. It's a beginner-friendly project that provides an opportunity to learn Rust programming, numerical methods, and algorithms