diff --git a/README.md b/README.md index b5262f5..73793c8 100644 --- a/README.md +++ b/README.md @@ -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