Resources from the Intro to Zig talk
Go to file
nothke 64be90de80 Initial 2024-08-08 20:39:18 +02:00
c Initial 2024-08-08 20:39:18 +02:00
src Initial 2024-08-08 20:39:18 +02:00
.gitignore Initial 2024-08-08 20:39:18 +02:00
README.md Initial 2024-08-08 20:39:18 +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

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"