Update README with TODONEs

This commit is contained in:
Dave Gauer 2021-03-06 21:31:55 -05:00
parent fd2cec02af
commit 4a421cca28

View file

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