Tests passing

This commit is contained in:
Jose Colon Rodriguez
2024-01-30 10:53:03 -04:00
parent f4f28a0f78
commit bbc20e4d0b
4 changed files with 204 additions and 8 deletions

12
build.zig.zon Normal file
View File

@ -0,0 +1,12 @@
.{
.name = "iofthetiger",
.version = "0.1.0",
.minimum_zig_version = "0.12.0-dev.2334+aef1da163",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}