Update README so it has THE TRUTH

This commit is contained in:
Dave Gauer 2021-02-16 20:28:34 -05:00
parent f27601b558
commit 6f98de59a9

View file

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