Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Added Ex. 38-43 for pointers, updated README | Dave Gauer | |
Added topics beyond the language basics from ziglearn.org to the README. That's a lot of exercises. I'd like to keep it under 100, though! | |||
2021-02-06 | Added ex. 37,38 structs | Dave Gauer | |
2021-02-06 | Add ex 35,36 enums; updated README | Dave Gauer | |
I'm changing the order of some more topics. Trying to explain the value of pointers when we're mostly dealing with stack-sized values like integers feels convoluted. So I'm starting with enums (which also has a nice segue from an earlier "switch" exercise). Then structs. Then unions (just in keeping with the order of these items on ziglearn.org) and THEN pointers and multi-pointers and slices. | |||
2021-02-03 | Inserted ex. 32 unreachable, added quiz4. | Dave Gauer | |
2021-02-03 | Fixed README instructions | Dave Gauer | |
2021-01-31 | Adding exs 27-32 | Dave Gauer | |
2021-01-22 | Added ex 19,20 functions and pop quiz | Dave Gauer | |
2021-01-18 | Added ex 15,16 for loops | Dave Gauer | |
2021-01-10 | Added Ex 11-14: while loops | Dave Gauer | |
2021-01-08 | Added Ex 9,10 for If | Dave Gauer | |
2021-01-05 | Added Exs. 6,7 strings | Dave Gauer | |
2021-01-03 | Added Ex. 4 arrays | Dave Gauer | |
2021-01-03 | Add exercise 3, exercise num param for script | Dave Gauer | |
2021-01-03 | Added Ex. 2, polished script, added LICENSE | Dave Gauer | |
2020-12-23 | Initial commit with readme, script, and hello world | Dave Gauer | |
Absolutely minimum viable stuff. |