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 zig
winget install -e --id zig.zig
| choco install zig
| scoop install zig
pacman -S zig
sudo apt install zig
zig build-exe file.zig
zig 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.