diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-01-31 17:48:34 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-01-31 17:48:34 -0500 |
commit | c70fa5f58f5ca2dc010f00caee19027069a09131 (patch) | |
tree | 9f7d352065d282c15a75aa4c4168216e69a762f8 /README.md | |
parent | 2de8a8c54d7090dd063bed8b6b283c2fcb452e43 (diff) | |
download | ziglings-c70fa5f58f5ca2dc010f00caee19027069a09131.tar.gz ziglings-c70fa5f58f5ca2dc010f00caee19027069a09131.tar.bz2 ziglings-c70fa5f58f5ca2dc010f00caee19027069a09131.tar.xz ziglings-c70fa5f58f5ca2dc010f00caee19027069a09131.zip |
Adding exs 27-32
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -66,10 +66,9 @@ Planned exercises: * [x] While * [x] For * [x] Functions -* [ ] Errors -* [ ] Defer -* [ ] Switch -* [ ] Runtime safety +* [x] Errors +* [x] Defer +* [x] Switch * [ ] Unreachable * [ ] Pointers * [ ] Pointer sized integers |