Another place for me to practice solving problems and training my Rust skill.
- Rustc >= 1.74
cargo euler <id>
<id>: problem's id
cargo euler test <id>
<id>: problem's id
The id of problem according to problem's id on Project Euler
For example:
cargo euler 01
to see solution for problem 1cargo euler 02
to see solution for problem 2cargo euler test 05
to see test for problem 5