Advent-of-Code/2021/Day 3/rust_solution
Teo-CD 8d63db3d64 2021 Day 3 done in Rust
I'm not especially proud of the code : it's messy, took a long time
and could probably be vastly improved.
I could have used the intersperse iterator method but it's currently in
nightly only. Maybe another way of parsing the string would have prevented
the need ?
2021-12-04 20:47:15 +00:00
..
src 2021 Day 3 done in Rust 2021-12-04 20:47:15 +00:00
Cargo.lock 2021 Day 3 done in Rust 2021-12-04 20:47:15 +00:00
Cargo.toml 2021 Day 3 done in Rust 2021-12-04 20:47:15 +00:00