aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-06 21:31:55 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-06 21:31:55 -0500
commit4a421cca28b8bd831dae3d6a22644c4c6932138c (patch)
tree1f87e00c51029d0a84ded4259886eed4a8d0e43c /README.md
parentfd2cec02afa61fe3c3fd9a7f34569bb236dc7a57 (diff)
Update README with TODONEs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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