Add initial Zig build system and project structure

This commit is contained in:
2026-07-31 18:30:16 +02:00
parent d032018885
commit 7d85821643
5 changed files with 186 additions and 78 deletions

1
src/root.zig Normal file
View File

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