/rs-euler

Solutions for Project Euler in Rust as a tool to learning rust

Primary LanguageRustMIT LicenseMIT

rs-euler

Contains the answers to Project Euler written in rust to practice a new language.

To run the code run:

> rustc <file>
> ./<file>