creating chunk interface (ch14)

This commit is contained in:
2024-08-24 14:59:57 +02:00
commit a8257c2b03
6 changed files with 281 additions and 0 deletions

8
.justfile Normal file
View File

@ -0,0 +1,8 @@
build:
zig build
run:
zig build run
test:
zig build test