This commit is contained in:
nothke
2024-08-08 20:39:18 +02:00
commit 64be90de80
11 changed files with 726 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
See [talk notes](talk.md)
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"`