diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-03-06 21:31:55 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-03-06 21:31:55 -0500 |
| commit | 4a421cca28b8bd831dae3d6a22644c4c6932138c (patch) | |
| tree | 1f87e00c51029d0a84ded4259886eed4a8d0e43c | |
| parent | fd2cec02afa61fe3c3fd9a7f34569bb236dc7a57 (diff) | |
Update README with TODONEs
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
