made build.zig.

Has runner and tester for each day,
as well as a runner and tester for all the days.
Also has check step for zls.
This commit is contained in:
Gabe Venberg 2025-04-18 22:43:34 +02:00
parent 0a9f08cbf0
commit 560db87929
10 changed files with 139 additions and 29 deletions

1
src/utils/mod.zig Normal file
View file

@ -0,0 +1 @@
const std = @import("std");