2024-08-08 18:39:18 +00:00
|
|
|
See [talk notes](talk.md)
|
|
|
|
|
2024-08-12 17:24:48 +00:00
|
|
|
[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"`
|