Project scaffold: build.zig, build.zig.zon, directory structure #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create the foundational project files:
Acceptance criteria:
zig buildcompletes successfullyzig build testruns (even if no tests yet)zig build lintexistsMax 2 attempts.
Merged via squash in PR #9.
zig build✅zig build test✅zig build lint✅