See talk notes
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"
Description
Languages
Zig
92.9%
C++
5%
C
2.1%