Added video and more info to readme

This commit is contained in:
nothke 2024-08-12 19:39:52 +02:00
parent 2030301fdb
commit 118ba523c9
1 changed files with 4 additions and 4 deletions

View File

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