To test the code yourself, run:
git clone https://github.com/paulo-e/project-euler-rust
cd project-euler-rust
cargo build --release # --release for performance
cd target/release
# run the challenges you wantLearn more about BSD-3-Clause license.
Project Euler's solutions written in Rust
Repository from Github https://github.comvoidcoefficient/project-euler-rust
To test the code yourself, run:
git clone https://github.com/paulo-e/project-euler-rust
cd project-euler-rust
cargo build --release # --release for performance
cd target/release
# run the challenges you wantLearn more about BSD-3-Clause license.
Project Euler's solutions written in Rust
BSD 3-Clause "New" or "Revised" License