aboutsummaryrefslogtreecommitdiff
path: root/common.zig
AgeCommit message (Collapse)Author
2023-12-04Day4Martin Ashby
Plus fixes var -> const for latest zig version
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