1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

cleanup for PR

This commit is contained in:
Zendril 2025-02-04 21:29:56 -05:00
parent 92c7235362
commit e09c11a16a

View file

@ -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 ## What's Covered
The primary goal for Ziglings is to cover the core Zig language. The primary goal for Ziglings is to cover the core Zig language.