From 4a421cca28b8bd831dae3d6a22644c4c6932138c Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 6 Mar 2021 21:31:55 -0500 Subject: [PATCH] Update README with TODONEs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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