Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 447 Bytes

rust-project_euler

Project Euler badge

This is my take at solving the Project Euler problems (with far-from-optimal solutions, mind you), and learning Rust along the way.

If you want to play around, just make sure you have the latest rust nightly and cargo installed, and run cargo build on the toplevel dir. This will create a binary per problem on the target directory.