2024-12-01-aoc2024.smd (487B)
1 --- 2 .title = "Advent of Code 2024", 3 .author = "Martin Ashby", 4 .date = @date("2024-12-01T22:11:35Z"), 5 .layout = "single.shtml", 6 .custom = {"comments": true}, 7 --- 8 9 I'm doing [Advent of Code](https://adventofcode.com/) again, in [Scala](https://scala-lang.org/) this year. 10 11 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. 12 13 [code](https://code.mfashby.net/aoc2024/)