blob: 383dca5c6d7af3543ac9bece9d8566ee3c482de5 (
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.shtml",
.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).
|