Solving Project Euler with Rust lang.
Run all problems:
cargo run --release --bin euler
Run specific problem:
cargo run --release --bin p001
Solving Project Euler with Rust lang.
Run all problems:
cargo run --release --bin euler
Run specific problem:
cargo run --release --bin p001