This is a simple CLI program to get acquainted with Zig. See the associated blog post for more information.
There is a Makefile that you can use.
# Build a release version of the binary.
make
# Clean up the object file and binary.
make clean
# Format the source code.
make fmt
MIT