Browse Source

going with this exercise order

Dave Gauer 4 years ago
parent
commit
a216e19521
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
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