diff options
| author | Zendril <kenneth.s.brooks@gmail.com> | 2025-02-04 21:29:56 -0500 |
|---|---|---|
| committer | Zendril <kenneth.s.brooks@gmail.com> | 2025-02-04 21:29:56 -0500 |
| commit | e09c11a16a12dde4f88b4abbd867626008734a23 (patch) | |
| tree | 3b41d66aaa1904ac2a67bb891d6be31a807b1f5c /README.md | |
| parent | 92c723536242b31ecf222ec1f00586ebf46ea994 (diff) | |
cleanup for PR
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
