renato-zannon / rust-project_euler

My take at solving Project Euler problems in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My take at solving Project Euler problems in Rust

License:GNU General Public License v2.0


Languages

Language:Rust 100.0%Language:HTML 0.0%