diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-14 12:13:55 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-14 12:13:55 -0500 |
commit | 0d618f4dda5e8edaf42f84f304f36239e339b0e5 (patch) | |
tree | 6d1f6262ebbc4ca253636136e85738510aa87d54 /README.md | |
parent | a541dc734bb44e4f57dad810ba9bb44bc4444ba9 (diff) | |
download | ziglings-0d618f4dda5e8edaf42f84f304f36239e339b0e5.tar.gz ziglings-0d618f4dda5e8edaf42f84f304f36239e339b0e5.tar.bz2 ziglings-0d618f4dda5e8edaf42f84f304f36239e339b0e5.tar.xz ziglings-0d618f4dda5e8edaf42f84f304f36239e339b0e5.zip |
going with this exercise order
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,13 +112,13 @@ Planned exercises: * [x] Enums * [x] Structs * [x] Pointers -* [ ] Multi pointers +* [ ] Optionals * [ ] Slices +* [ ] Multi pointers * [ ] Unions * [ ] Numeric types (integers, floats) * [ ] Labelled blocks and loops * [ ] Loops as expressions -* [ ] Optionals * [ ] Comptime * [ ] Inline loops (how to DEMO this?) * [ ] Anonymous structs |