Update README with TODONEs

This commit is contained in:
Dave Gauer 2021-03-06 21:31:55 -05:00
parent 2f4a0f0c7d
commit 6a44079c9d

View file

@ -128,8 +128,8 @@ Planned exercises:
* [x] Pointers * [x] Pointers
* [x] Optionals * [x] Optionals
* [x] Struct methods * [x] Struct methods
* [ ] Slices * [x] Slices
* [ ] Multi pointers * [x] Multi pointers
* [ ] Unions * [ ] Unions
* [ ] Numeric types (integers, floats) * [ ] Numeric types (integers, floats)
* [ ] Labelled blocks and loops * [ ] Labelled blocks and loops