2022-08-28 11:11:25 +08:00
2022-08-28 11:11:25 +08:00
2021-03-21 18:19:08 +08:00
2022-08-27 01:13:48 +08:00
2022-08-27 01:03:38 +08:00
2021-03-21 18:07:00 +08:00
2022-08-27 19:21:42 +08:00
2022-08-27 01:05:52 +08:00
2020-07-12 23:51:23 +08:00
2022-08-27 01:08:16 +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.



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