1
0

Add day-based build/test/run system

This commit is contained in:
2023-11-30 14:52:04 +11:00
parent 9286a82d86
commit e70c44437e
4 changed files with 56 additions and 71 deletions

4
src/util.zig Normal file
View File

@ -0,0 +1,4 @@
const std = @import("std");
const gpa_impl = std.heap.GeneralPurposeAllocator(.{});
pub const gpa = gpa_impl.allocator();