summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 20:58:41 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 20:58:41 +0000
commit838fb4ab9d68b53fe08974a4843996d483928438 (patch)
tree166f094e92d6819edfd0051763f6fc595c35eaeb /README.md
parent1478d41801e6385efb5bf3a1acb12d71ad38eb8d (diff)
parentc13a00fc717bafaf41b65dba041d0ce0dbed9c82 (diff)
Merge branch 'main' into bit_man3
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f478944..c884f21 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,11 @@ zig build -Dn=19 -l
...
```
+To reset the progress (have it run all the exercises that have already been completed):
+```
+zig build -Dreset
+```
+
## What's Covered
The primary goal for Ziglings is to cover the core Zig language.