Initial commit

This commit is contained in:
2026-08-31 02:52:04 -05:00
commit 5d71bd4878
4 changed files with 491 additions and 0 deletions

7
build.zig.zon Normal file
View File

@@ -0,0 +1,7 @@
.{
.name = .numz,
.version = "0.0.1",
.minimum_zig_version = "0.16.0",
.paths = .{""},
.fingerprint = 0xc804785f6bfc53e1,
}