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

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
# ---> Zig
zig-cache/
.zig-cache/
zig-out/
build/
build-*/