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