mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
init-lib creates a working static library with tests, and init-exe creates a working hello world with a `run` target. both now have test coverage with the new "cli tests" file. closes #1035