Building from Source
zig build # Buildzig build run # Launch terminalzig build test # Run all testsLaunch with Options
Section titled “Launch with Options”zig build run -- --rows 30 --cols 100zig build run -- --cmd /bin/zshzig build run -- --cell-width 110%zig build run -- --font-size 16Test Summary
Section titled “Test Summary”zig build test --summary all