aboutsummaryrefslogtreecommitdiff
path: root/day1.zig
AgeCommit message (Collapse)Author
2023-12-03Fix the annoying freeze on .freeMartin Ashby
It was caused by duplicating GeneralPurposeAllocator, by using it as a struct value. It has a mutex in it, so don't do that.
2023-12-02Pull out some common parts for day2Martin Ashby
2023-12-01Day 1Martin Ashby