286e316ac5d47a7dbf4cfb5063de8a67c4025432
zig-tests
Zig lang tests
The Zig Programming Language - https://ziglang.org/
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Run:
% zig run hello.zig
Build:
% zig build-exe hello.zig
Build small binary:
% zig build-exe hello.zig --release-small --strip --single-threaded
Cross compile:
% zig build-exe hello.zig --release-small --strip --single-threaded -target x86_64-windows
Languages
Zig
96.3%
Just
3.7%