Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 292 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 292 Bytes

Prime Number Generator in Rust

Features

Check if a number is prime Generate first N prime numbers Generate all prime numbers up to a given limit Interactive menu interface Efficient prime number checking algorithm

Installation

Prerequisites

Rust and Cargo (Install from rustup.rs)