aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27Clarify 048,049 comments from instructions (issue #48)Dave Gauer2-7/+7
2021-04-26adding enlightenment to 019 (for #50)Dave Gauer1-3/+3
2021-04-26Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-2/+2
2021-04-26fix typo in 072 (for #49)Dave Gauer1-1/+1
2021-04-26Merge pull request #51 from noc7c9/patch-1Dave Gauer1-1/+1
Fix typo in 061_coercions.zig
2021-04-26Merge pull request #47 from ChrisMiuchiz/mainDave Gauer1-1/+1
Fix typo
2021-04-26add ex073 comptime 8Dave Gauer3-0/+77
2021-04-26Fix typo in 061_coercions.zigAthir Saleem1-1/+1
2021-04-24fixed hint typoDave Gauer1-1/+1
2021-04-24Fix typoChrisMiuchiz1-1/+1
2021-04-24add 072 comptime 7Dave Gauer3-0/+74
2021-04-24Fix typo in 066 (issue #46)Dave Gauer2-4/+3
2021-04-23make global required version in build scriptDave Gauer1-7/+10
2021-04-22add 071 comptime 6 inline forDave Gauer5-1/+69
2021-04-22Adding traditional program debugging capability to RubberDuckDave Gauer2-1/+7
2021-04-21Removed illegal type in pointer cheatsheetDave Gauer1-1/+0
2021-04-21add ex070 comptime 5Dave Gauer3-0/+146
2021-04-21missing return type from example in 069Dave Gauer1-1/+1
2021-04-21add ex069 comptime 4Dave Gauer4-2/+74
2021-04-18add ex068 comptime 3Dave Gauer3-0/+120
2021-04-17Clarity for 062 and tupni for 064Dave Gauer4-5/+7
2021-04-17055 typoDave Gauer1-1/+1
2021-04-17Make it super clear there are two fixes in 051Dave Gauer1-4/+6
2021-04-17Added note about single vs double quotesDave Gauer1-0/+3
2021-04-17Single quotes around character and source in commentDave Gauer1-2/+2
2021-04-17Update ex005 because no need for pointersDave Gauer1-5/+11
2021-04-16Another try at wording ex067Dave Gauer2-39/+34
2021-04-15add ex067 comptime TWODave Gauer3-0/+77
2021-04-14Added type reflection to 066Dave Gauer2-3/+13
2021-04-13Add ex066, the first comptime explanationDave Gauer3-0/+85
2021-04-11update readme with progressDave Gauer1-1/+1
2021-04-11add ex065 builtins2Dave Gauer3-0/+158
2021-04-10added ex064 builtinsDave Gauer3-0/+84
2021-04-10mention builtin ex coming upDave Gauer3-2/+10
2021-04-10Added ex063 labelsDave Gauer4-5/+156
2021-04-09added ex062 loop expressionsDave Gauer3-0/+61
2021-04-09added ex061 coercionsDave Gauer3-0/+86
2021-04-09Added ex060 floatsDave Gauer3-0/+99
2021-04-08added 059Dave Gauer3-0/+40
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 Gauer8-16/+17
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 Gauer3-0/+477
2021-04-01Merge pull request #44 from rofrol/patch-1Dave Gauer1-1/+1
print below statement -> print statement below
2021-03-31print below statement -> print statement belowRoman FroĊ‚ow1-1/+1
2021-03-29Merge branch 'ex058' into mainDave Gauer1-0/+79
2021-03-29Adding CONTRIBUTING (#42)Dave Gauer1-0/+79
2021-03-26Merge pull request #40 from samwho/fix-typoDave Gauer1-1/+1
Fix a small typo in 029_errdefer.zig.