Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 289 Bytes

A Miller-Rabin implementation in Rust

Screenshot of the cli

Building

git clone https://github.com/skilo-sh/Miller-Rabin_in_rust
cd Miller-Rabin_in_rust
cargo build

Usage

You just need to do a cargo run then you can enter the number to test.