voidcoefficient / project-euler-rust

Project Euler's solutions written in Rust

Repository from Github https://github.comvoidcoefficient/project-euler-rustRepository from Github https://github.comvoidcoefficient/project-euler-rust

Project Euler's Rust Solutions

Project Euler
Build Status

Building & Running

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 want

License

Learn more about BSD-3-Clause license.

About

Project Euler's solutions written in Rust

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%