mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
going with this exercise order
This commit is contained in:
parent
5d44734cfe
commit
a216e19521
1 changed files with 2 additions and 2 deletions
|
@ -112,13 +112,13 @@ Planned exercises:
|
||||||
* [x] Enums
|
* [x] Enums
|
||||||
* [x] Structs
|
* [x] Structs
|
||||||
* [x] Pointers
|
* [x] Pointers
|
||||||
* [ ] Multi pointers
|
* [ ] Optionals
|
||||||
* [ ] Slices
|
* [ ] Slices
|
||||||
|
* [ ] Multi pointers
|
||||||
* [ ] Unions
|
* [ ] Unions
|
||||||
* [ ] Numeric types (integers, floats)
|
* [ ] Numeric types (integers, floats)
|
||||||
* [ ] Labelled blocks and loops
|
* [ ] Labelled blocks and loops
|
||||||
* [ ] Loops as expressions
|
* [ ] Loops as expressions
|
||||||
* [ ] Optionals
|
|
||||||
* [ ] Comptime
|
* [ ] Comptime
|
||||||
* [ ] Inline loops (how to DEMO this?)
|
* [ ] Inline loops (how to DEMO this?)
|
||||||
* [ ] Anonymous structs
|
* [ ] Anonymous structs
|
||||||
|
|
Loading…
Reference in a new issue