See [talk notes](talk.md) [main.zig](src/main.zig) has most of the examples from the talk reconstructed. 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"`