Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 279 Bytes

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