Browse Source

Update README with TODONEs

Dave Gauer 4 years ago
parent
commit
4a421cca28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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