guidoschmidt / examples.zig

Hodgepodge of examples collected while learning zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zig Examples

Hodgepodge of examples created while learning zig

Preliminaries

Make sure to use zig 0.11.0.

Bulid and run the examples

To run an example use zig build run and type in one of the listed example source like this:

zig build run

>>> Found the following example sourc files:
× greet.zig
× arrays.zig
× files.zig
× http-client.zig
× buffers.zig
× json.zig
× bits.zig
× input.zig
× cpp
× hello.zig

→ Which example should be built?
files.zig

About

Hodgepodge of examples collected while learning zig


Languages

Language:Zig 99.4%Language:C++ 0.4%Language:Makefile 0.2%