Commit graph

4 commits

Author SHA1 Message Date
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
57bf7b2194 2021 Day 2 done in Rust
Code is currently fairly ugly, will try to refactor in a more functional fashion
2021-12-04 01:18:16 +00:00
218321e6ae Added comments for Day 1 2021 2021-12-04 00:08:34 +00:00
4f147f4f7a First day of 2021, done in Rust 2021-12-03 23:59:40 +00:00