2024-08-12 17:39:52 +00:00
|
|
|
This is a companion repo to the Intro to Zig talk held in Decentrala at DC Krov, 6th August 2024.
|
2024-08-08 18:39:18 +00:00
|
|
|
|
2024-08-12 17:39:52 +00:00
|
|
|
The [video of it is here](https://www.youtube.com/watch?v=OZoN-n6U3TQ), and you can find the [talk notes here](talk.md).
|
2024-08-12 17:24:48 +00:00
|
|
|
|
2024-08-12 17:39:52 +00:00
|
|
|
[main.zig](src/main.zig) has most of the examples from the talk reconstructed. To run it, just `zig build run`.
|
2024-08-08 18:39:18 +00:00
|
|
|
|
2024-08-12 17:39:52 +00:00
|
|
|
If you want to build C samples, you can do:
|
2024-08-08 18:39:18 +00:00
|
|
|
- `zig cc c\string_append_or.c -o "bin\string_append_or.exe"`
|
|
|
|
- `zig cc c\malloc.c -o "bin\malloc.exe"`
|