This repo contains solutions for project Euler written in Rust language.
To run solution for problem 3 use the command cargo run --example problem3
.
There must be line like problem3: 222
in file "data/solutions.yml" if you want to validate
the solution result, where 222
supposed to be a valid result.