https://www.rust-lang.org/learn/get-started
Use the vs code plugin "rust-analyzer"
Execute the tests with:
$ cargo test
To format your solution, inside the solution directory use
cargo fmt
https://www.rust-lang.org/learn/get-started
Use the vs code plugin "rust-analyzer"
Execute the tests with:
$ cargo test
To format your solution, inside the solution directory use
cargo fmt