|
2 weeks ago | |
---|---|---|
test01 | 2 weeks ago | |
.gitignore | 2 weeks ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
helloworld.zig | 9 months ago |
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.
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