summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 20:16:55 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 20:16:55 +0000
commitb3dd04885d678b5c2eab824ee839938942017678 (patch)
tree8adab2270ed3afe5f4c0ecf1c027b58493f89106 /README.md
parentbfa0e624f10f80bc875daeeaf355c49051c0a77f (diff)
parenta9487c246fc35346bc4646af28341a2bb6a83209 (diff)
Merge pull request 'issue201-adding-progress-tracking' (#203) from zendril/exercises:issue201-adding-progress-tracking into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/203
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.