aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-04day4 pt2Martin Ashby
2023-12-04Day4Martin Ashby
Plus fixes var -> const for latest zig version
2023-12-03Add comments to day3Martin Ashby
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-03day 3 pt2Martin Ashby
2023-12-03day 3 pt1Martin Ashby
2023-12-02day2Martin Ashby
2023-12-02Pull out some common parts for day2Martin Ashby
2023-12-01Day 1Martin Ashby