As I learn Rust, I try to write some katas with it.
You must have Rust and Cargo installed on your machine. Please see documentation on how to install it.
In the terminal, to display all results from 1 to 100 (included)
cargo run
To run tests, in the terminal:
cargo test