Skip to content

Files

Latest commit

ef6130e · Dec 11, 2024

History

History
16 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 408 Bytes

Rust Project Euler

Some solutions for Project Euler's problems written in Rust.

Prerequisites

Rust and Cargo installed. You can download them from here.

Usage

Run a specific problem:

cargo run --bin problem001

Contributions

Feel free to open an issue or submit a pull request if you have questions or suggestions.