intro-to-zig-talk/README.md

9 lines
259 B
Markdown
Raw Normal View History

2024-08-08 18:39:18 +00:00
See [talk notes](talk.md)
[main.zig](src/main.zig) has most of the examples from the talk reconstructed.
2024-08-08 18:39:18 +00:00
To run `zig build run`
To build C samples, run:
- `zig cc c\string_append_or.c -o "bin\string_append_or.exe"`
- `zig cc c\malloc.c -o "bin\malloc.exe"`