aboutsummaryrefslogtreecommitdiff
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
commit6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8 (patch)
tree1f87e00c51029d0a84ded4259886eed4a8d0e43c /README.md
parent2f4a0f0c7dfe212c4e69505f27511a61874034c8 (diff)
downloadziglings-6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8.tar.gz
ziglings-6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8.tar.bz2
ziglings-6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8.tar.xz
ziglings-6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8.zip
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