aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-12-01-aoc2024.md
blob: 79e400b985c7d69012219c9633cf257a5761965a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
.title = "Advent of Code 2024",
.author = "Martin Ashby",
.date = @date("2024-12-01T22:11:35Z"),
.layout = "single.shtml",
.custom = {"comments": true},
---

I'm doing [Advent of Code](https://adventofcode.com/) again, in [Scala](https://scala-lang.org/) this year.

I'm probably not going to get very far with this year, as I don't have a ton of free time right now. However it still interests me enough to have a go at the first few days.

[code](https://code.mfashby.net/aoc2024/)