lewisdale.dev/src/blog/posts/2022/12/advent-of-code-day-one.md
2023-12-26 14:35:09 +00:00

745 B
Raw Blame History

title date slug tags
Advent of Code: Day One 2022-12-01T00:00:00 advent-of-code-day-one
advent-of-code-2022

Its the first day of Advent of Code! I finally get to continue my long-standing tradition of being really enthusiastic about it for two-or-three days, missing one day, and not going back.

Today wasnt too difficult, as it never is at the start. Once again I decided to use Rust, because Id like to eventually be something close to competent with it. I spent way longer than intended on the code, absolutely convinced that there was a bug in the question, only to eventually realise that Id misread the question.

You can follow my progress on Github.