1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-09 09:35:19 +09:00

add ex 55 unions

This commit is contained in:
Dave Gauer 2021-03-09 20:04:43 -05:00
parent 784b66ffcf
commit 7b1c9c3b63
4 changed files with 87 additions and 1 deletions

View file

@ -130,7 +130,7 @@ Planned exercises:
* [x] Struct methods
* [x] Slices
* [x] Many pointers
* [ ] Unions
* [x] Unions
* [ ] Numeric types (integers, floats)
* [ ] Labelled blocks and loops
* [ ] Loops as expressions