futured-it/ziglang-examples
Code examples in Zig for basic functions of the language, algorithms, and real tasks.
I created this repo to learn Zig.
There is an explanation of the basic functions of the language, simple algorithms written in Zig, and examples of solving real high-level tasks.
brew install zig or port install zigwinget install -e --id zig.zig | choco install zig | scoop install zigpacman -S zigsudo apt install zigzig build-exe file.zigzig run file.zig/language - Examples of basic functions usage: variables, types, if statements, loops, etc./code-examples - Examples of simple algorithms in Zig./real-tasks - Examples of code for solving real high-level tasks.