Examples (8)
Compile the project in the current directory
zig buildCompile and run the project in the current directory
zig build runCross compile, build, and run a project for `x86_64` architecture and `windows` operating system
zig build run -fwine -Dtarget=x86_64-windowsTranslate a C file to `zig`
zig translate-c -lc path/to/file.cmade by @shridhargupta | data from tldr-pages