Update README so it has THE TRUTH

This commit is contained in:
Dave Gauer 2021-02-16 20:28:34 -05:00
parent e32bd7ce30
commit 3b496f65b3
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ Planned exercises:
* [x] Enums
* [x] Structs
* [x] Pointers
* [ ] Optionals
* [x] Optionals
* [ ] Struct methods
* [ ] Slices
* [ ] Multi pointers
* [ ] Unions