diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |