summaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2021-02-06Add ex 35,36 enums; updated READMEDave 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-03Inserted ex. 32 unreachable, added quiz4.Dave Gauer
2021-02-03Fixed README instructionsDave Gauer
2021-01-31Adding exs 27-32Dave Gauer
2021-01-30Added ex 21-26 for error handlingDave Gauer
2021-01-22Added ex 19,20 functions and pop quizDave Gauer
2021-01-21Hinting return type rather than making 'em guess.Dave Gauer
2021-01-19Added Ex. 18 functionsDave Gauer
2021-01-18added quiz 2Dave Gauer
2021-01-18Ex 16 oops, forgot to unfix it. :-)Dave Gauer
2021-01-18Added ex 15,16 for loopsDave Gauer
2021-01-10Added Ex 11-14: while loopsDave Gauer
2021-01-08Added Ex 9,10 for IfDave Gauer
2021-01-06Added first quizDave Gauer
2021-01-05Added Exs. 6,7 stringsDave Gauer
2021-01-04Added Ex. 5, array opsDave Gauer
2021-01-03Added Ex. 4 arraysDave Gauer
2021-01-03Add exercise 3, exercise num param for scriptDave Gauer
2021-01-03Added Ex. 2, polished script, added LICENSEDave Gauer
2020-12-23Initial commit with readme, script, and hello worldDave Gauer
Absolutely minimum viable stuff.