Add day-based build/test/run system
This commit is contained in:
4
src/util.zig
Normal file
4
src/util.zig
Normal file
@ -0,0 +1,4 @@
|
||||
const std = @import("std");
|
||||
|
||||
const gpa_impl = std.heap.GeneralPurposeAllocator(.{});
|
||||
pub const gpa = gpa_impl.allocator();
|
Reference in New Issue
Block a user