going with this exercise order

This commit is contained in:
Dave Gauer 2021-02-14 12:13:55 -05:00
parent a541dc734b
commit 0d618f4dda
1 changed files with 2 additions and 2 deletions

View File

@ -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