From a216e19521d4d301ecb2dbfc8e387151bb39a5e9 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 14 Feb 2021 12:13:55 -0500 Subject: [PATCH] going with this exercise order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8bf68..3178d42 100644 --- a/README.md +++ b/README.md @@ -112,13 +112,13 @@ Planned exercises: * [x] Enums * [x] Structs * [x] Pointers -* [ ] Multi pointers +* [ ] Optionals * [ ] Slices +* [ ] Multi pointers * [ ] Unions * [ ] Numeric types (integers, floats) * [ ] Labelled blocks and loops * [ ] Loops as expressions -* [ ] Optionals * [ ] Comptime * [ ] Inline loops (how to DEMO this?) * [ ] Anonymous structs