copy fizzbuzz, generate foobar

This commit is contained in:
David Allemang
2024-03-26 17:29:23 -04:00
commit 05bb7e2b91
6 changed files with 138 additions and 0 deletions

13
build.zig.zon Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = "scratchzig",
.version = "0.0.0",
//.minimum_zig_version = "0.11.0",
.dependencies = .{
},
.paths = .{
"",
},
}