Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guidoschmidt/examples.zig

Hodgepodge of examples collected while learning zig
https://github.com/guidoschmidt/examples.zig

examples examples-zig learn learning zig zigcc ziglang

Last synced: 7 days ago
JSON representation

Hodgepodge of examples collected while learning zig

Awesome Lists containing this project

README

        

[![CI](https://github.com/guidoschmidt/examples.zig/actions/workflows/build.yaml/badge.svg)](https://github.com/guidoschmidt/examples.zig/actions/workflows/build.yaml)

# [zig](https://ziglang.org/) Examples
> Hodgepodge of examples created while learning zig

### Bulid and run the examples

Build all examples:
```
zig build
```

Build and run a single example with `zig build example_name`, e.g.
```
zig build greet
```