Resources from the Intro to Zig talk
Go to file
nothke 2030301fdb Recreated most of the demo code from talk 2024-08-12 19:24:48 +02:00
c Recreated most of the demo code from talk 2024-08-12 19:24:48 +02:00
src Recreated most of the demo code from talk 2024-08-12 19:24:48 +02:00
.gitignore Initial 2024-08-08 20:39:18 +02:00
README.md Recreated most of the demo code from talk 2024-08-12 19:24:48 +02:00
build.zig Initial 2024-08-08 20:39:18 +02:00
build.zig.zon Initial 2024-08-08 20:39:18 +02:00
talk.md Initial 2024-08-08 20:39:18 +02:00

README.md

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"