aboutsummaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09added ex062 loop expressionsDave Gauer1-0/+53
2021-04-09added ex061 coercionsDave Gauer1-0/+78
2021-04-09Added ex060 floatsDave Gauer1-0/+91
2021-04-08added 059Dave Gauer1-0/+28
2021-04-05Ex 058 separate explanations for clarityDave Gauer1-2/+4
2021-04-04Make it clearer where there's nothing to be fixed.Dave Gauer1-0/+1
2021-04-04Explaining undefined 0xAA in 038 (for issue #43)Dave Gauer1-1/+7
2021-04-04Normalized exercise output, answers (#41)Dave Gauer7-6/+7
1. All exercises should print a trailing \n 2. The build script should always show you _exactly_ what it's looking for when you get it wrong. Therefore, .output should be set to the exact expected output.
2021-04-04Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-1/+1
2021-04-04Added epic ex058 - quiz 7Dave Gauer1-0/+458
2021-03-31print below statement -> print statement belowRoman FroĊ‚ow1-1/+1
2021-03-26Fix a small typo in 029_errdefer.zig.Sam Rose1-1/+1
2021-03-18Update 005_arrays2.zigDave Gauer1-1/+1
ex005 was too to
2021-03-18ex 058 grammaring harderDave Gauer1-2/+2
2021-03-17grammatical fixesDavid Keck1-3/+3
fixed orphaned parenthesis and removed unneeded comma
2021-03-16Enum submissions now closed in ex. 048Dave Gauer1-6/+4
2021-03-15Another enum method foundTomasz K1-1/+3
2021-03-14Adds another enum methodSpencer Dixon1-0/+4
2021-03-14Cleaned up some trailing whitespaceJoseph T Lyons3-3/+3
2021-03-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-0/+2
2021-03-13Many pointers -> many-item pointersDave Gauer1-2/+2
2021-03-13Found another enum methodGoldstein1-0/+2
2021-03-12Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-3/+7
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer57-0/+0
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
2021-03-12I found one enum with a fn!Benjamin Buccianti1-0/+4
2021-03-12Use double quotes for Zig stringsJoseph T Lyons1-3/+3
2021-03-10Laying down some harsh string facts in ex54.Dave Gauer1-3/+5
2021-03-10add ex 57 unions 3Dave Gauer1-0/+54
2021-03-09add ex56 for realDave Gauer1-0/+64
2021-03-09add ex 55 unionsDave Gauer1-0/+76
2021-03-07"Multi pointers" are now "many pointers"Dave Gauer1-5/+5
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-06add ex54 multipointers (for real)Dave Gauer1-0/+53
2021-03-06add ex53 slices2Dave Gauer1-0/+35
2021-03-06add ex52 slicesDave Gauer1-0/+49
2021-03-05ex51 word crimes solvedDave Gauer1-2/+2
2021-03-05ex51 explanation improvementsDave Gauer1-4/+12
2021-03-05ex51 lol spaceDave Gauer1-1/+1
2021-03-05ex51 fixed wordingDave Gauer1-4/+4
2021-03-05ex51 cleaned up wordingDave Gauer1-5/+4
2021-03-05Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-0/+3
2021-03-05Add ex51 valuesDave Gauer1-0/+180
2021-03-05Update 48_methods2.zigDave Gauer1-3/+3
2021-03-04found a Zig enum with a methodDavid Forester1-0/+3
2021-02-28Add ex 50 'no values' (help further address #25)Dave Gauer1-0/+84
2021-02-28Added quiz 6 (and the trumpeting sounds grow louder)Dave Gauer2-3/+94
2021-02-28Added ex 48, additional comment on 46Dave Gauer2-1/+81
2021-02-28oops, left in old note pt. 2Dave Gauer1-1/+1
2021-02-28oops, left in old noteDave Gauer1-1/+1
2021-02-28Change default elephant tail to null (#25)Dave Gauer1-1/+1
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all!
2021-02-27Add ex 47: methodsDave Gauer1-0/+94