Update README with TODONEs

This commit is contained in:
Dave Gauer 2021-03-06 21:31:55 -05:00
parent 2f4a0f0c7d
commit 6a44079c9d
1 changed files with 2 additions and 2 deletions

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