zig

The Zig compiler and toolchain. More information: https://ziglang.org.

zig build

zig build run

zig init-exe

zig init-lib

zig test path/to/file.zig

zig fmt path/to/file.zig

zig cc path/to/file.c

zig c++ path/to/file.cpp