Learning rust with friends by solving https://adventofcode.com/ challenges. And doing a little tdd on the side :-)
we have no clue how to write ideomatic rust; see https://github.com/mre/idiomatic-rust for more infos.
- install rust
- checkout code
- execute
cargo testto run tests. - execute
cargo runto run the main.rs file.