2022-08-27 01:02:18 +08:00
2021-03-21 18:19:08 +08:00
2022-08-27 01:02:18 +08:00
2021-03-21 18:07:00 +08:00
2022-08-27 00:58:55 +08:00
2020-07-12 23:51:23 +08:00
2020-07-13 00:02:51 +08:00

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.



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
Description
Zig lang tests
Readme 42 KiB
Languages
Zig 96.3%
Just 3.7%