My first contact with Zig programming languge is this Guess the Number console game.
$ git clone https://github.com/AxelBrinck/GuessTheNumber.git
$ zig build-exe ./game.zig
$ ./game.exe
$ git clone https://github.com/AxelBrinck/GuessTheNumber.git
$ zig build-exe ,/game.zig -dead_strip -O ReleaseSmall
$ ./game.exe