implementing global variables (ch21)

This commit is contained in:
2024-08-26 22:54:25 +02:00
parent 062d2e44de
commit 5fb7d361cf
10 changed files with 219 additions and 20 deletions

View File

@ -1,8 +1,8 @@
build:
zig build
run:
zig build run
run *ARGS:
zig build run -- {{ARGS}}
test:
zig build test