aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-12-01-aoc2023.md
blob: 28d6a593eff41b088d09522868e4e324e8ffa228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
.title = "Advent of Code 2023",
.author = "Martin Ashby",
.date = @date("2023-12-01T21:42:21Z"),
.layout = "single.html",
.custom = {"comments": true},
---

I'm doing [Advent of Code](https://adventofcode.com) again this year, this time in [Zig](https://ziglang.org).

I'm posting the code [here](https://code.mfashby.net/aoc2023/tree).