diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -123,7 +123,8 @@ Planned exercises: * [x] Enums * [x] Structs * [x] Pointers -* [ ] Optionals +* [x] Optionals +* [ ] Struct methods * [ ] Slices * [ ] Multi pointers * [ ] Unions |