12 lines
745 B
Markdown
12 lines
745 B
Markdown
---
|
||
title: "Advent of Code: Day One"
|
||
date: 2022-12-01T00:00:00
|
||
slug: advent-of-code-day-one
|
||
tags: [advent-of-code-2022]
|
||
---
|
||
It’s 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 wasn’t too difficult, as it never is at the start. Once again I decided to use Rust, because I’d 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 I’d misread the question.
|
||
|
||
You can follow my progress [on Github](https://github.com/lewisdaleuk/advent-of-code-2022).
|