Просмотр исходного кода

going with this exercise order

Dave Gauer 4 лет назад
Родитель
Сommit
a216e19521
1 измененных файлов с 2 добавлено и 2 удалено
  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