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

12 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Advent of Code: Day One"
date: 2022-12-01T00:00:00
slug: advent-of-code-day-one
tags: [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](https://github.com/lewisdaleuk/advent-of-code-2022).