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

Inserted ex. 32 unreachable, added quiz4.

This commit is contained in:
Dave Gauer 2021-02-03 19:19:31 -05:00
parent cd80aeb190
commit 738a9f6cda
5 changed files with 68 additions and 5 deletions

View file

@ -66,10 +66,10 @@ Planned exercises:
* [x] While
* [x] For
* [x] Functions
* [x] Errors
* [x] Defer
* [x] Errors (error/try/catch/if-else-err)
* [x] Defer (and errdefer)
* [x] Switch
* [ ] Unreachable
* [x] Unreachable
* [ ] Pointers
* [ ] Pointer sized integers
* [ ] Multi pointers