summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZendril <kenneth.s.brooks@gmail.com>2025-02-04 21:29:56 -0500
committerZendril <kenneth.s.brooks@gmail.com>2025-02-04 21:29:56 -0500
commite09c11a16a12dde4f88b4abbd867626008734a23 (patch)
tree3b41d66aaa1904ac2a67bb891d6be31a807b1f5c
parent92c723536242b31ecf222ec1f00586ebf46ea994 (diff)
cleanup for PR
-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.