Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guidoschmidt/examples.zig
- Owner: guidoschmidt
- Created: 2022-11-23T21:42:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T19:41:57.000Z (about 1 month ago)
- Last Synced: 2024-10-19T00:19:47.367Z (about 1 month ago)
- Topics: examples, examples-zig, learn, learning, zig, zigcc, ziglang
- Language: Zig
- Homepage:
- Size: 115 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```