summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
AgeCommit message (Expand)Author
2021-03-06add ex54 multipointers (for real)Dave Gauer
2021-03-06add ex53 slices2Dave Gauer
2021-03-06add ex52 slicesDave Gauer
2021-03-05ex51 word crimes solvedDave Gauer
2021-03-05ex51 explanation improvementsDave Gauer
2021-03-05ex51 lol spaceDave Gauer
2021-03-05ex51 fixed wordingDave Gauer
2021-03-05ex51 cleaned up wordingDave Gauer
2021-03-05Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-03-05Add ex51 valuesDave Gauer
2021-03-05Update 48_methods2.zigDave Gauer
2021-03-04found a Zig enum with a methodDavid Forester
2021-02-28Add ex 50 'no values' (help further address #25)Dave Gauer
2021-02-28Added quiz 6 (and the trumpeting sounds grow louder)Dave Gauer
2021-02-28Added ex 48, additional comment on 46Dave Gauer
2021-02-28oops, left in old note pt. 2Dave Gauer
2021-02-28oops, left in old noteDave Gauer
2021-02-28Change default elephant tail to null (#25)Dave Gauer
2021-02-27Add ex 47: methodsDave Gauer
2021-02-26Fixed a typo #26Vishal Sodani
2021-02-26Fixed a typo #26Vishal Sodani
2021-02-16Added ex. 46 optionals 2 - elephants!Dave Gauer
2021-02-16Merge pull request #24 from mz0/fix06Dave Gauer
2021-02-16fix repeat targetMark Zhitomirski
2021-02-16Fixed spellingVishal Sodani
2021-02-15Apply `zig fmt` to exercisesWill Clardy
2021-02-15Manually apply `zig fmt` style to commentsWill Clardy
2021-02-15Merge pull request #20 from quexxon/exercise_12_fixesDave Gauer
2021-02-15Replace unclosed opening paren with dashWill Clardy
2021-02-15Add missing opening braces in while statementsWill Clardy
2021-02-14Fix Ex.19 typo (#19)Dave Gauer
2021-02-1403 assignment - var to const in example for clarityDave Gauer
2021-02-14Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-02-14Added ex 45 optionalsDave Gauer
2021-02-14begone ye errant spaceDave Gauer
2021-02-14Fix typo: out => ourWill Clardy
2021-02-14Merge pull request #10 from tijb/patch-1Dave Gauer
2021-02-13Update 03_assignment.zigtim bangma
2021-02-1404_arrays.zig - missing : for type of example arrayIvan-Velickovic
2021-02-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-02-13ex10 - missing type was confusing and tangential (#12)Dave Gauer
2021-02-12Update 04_arrays.zigtim bangma
2021-02-12Update 03_assignment.zigtim bangma
2021-02-12exercise/25 fix typoPalash Nigam
2021-02-12exercise/21: fix typoPalash Nigam
2021-02-10Added string specifier in format strings (#3)Dave Gauer
2021-02-10Merge pull request #3 from Joefish/06_print_specifierDave Gauer
2021-02-10Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-02-10Removed incorrect explanation of assignment error (#1)Dave Gauer
2021-02-10Added string specifier in Ex 06Joseph-Eugene Winzer