1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-26 11:16:04 +02:00

Update README with TODONEs

This commit is contained in:
Dave Gauer 2021-03-06 21:31:55 -05:00
parent 2f4a0f0c7d
commit 6a44079c9d

View File

@ -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