aboutsummaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)AuthorFilesLines
2021-02-26Fixed a typo #26Vishal Sodani1-1/+1
2021-02-26Fixed a typo #26Vishal Sodani1-2/+2
2021-02-16Added ex. 46 optionals 2 - elephants!Dave Gauer2-0/+48
2021-02-16Merge pull request #24 from mz0/fix06Dave Gauer1-1/+1
fix repeat target
2021-02-16fix repeat targetMark Zhitomirski1-1/+1
2021-02-16Fixed spellingVishal Sodani1-1/+1
2021-02-15Apply `zig fmt` to exercisesWill Clardy37-144/+152
2021-02-15Manually apply `zig fmt` style to commentsWill Clardy7-10/+8
2021-02-15Merge pull request #20 from quexxon/exercise_12_fixesDave Gauer1-3/+3
Exercise 12 fixes
2021-02-15Replace unclosed opening paren with dashWill Clardy1-1/+1
2021-02-15Add missing opening braces in while statementsWill Clardy1-2/+2
2021-02-14Fix Ex.19 typo (#19)Dave Gauer1-1/+1
Oh, look at that, issue 19 is about exercise 19. Today's lucky number is 19. Time to buy a lottery ticket.
2021-02-1403 assignment - var to const in example for clarityDave Gauer1-1/+1
2021-02-14Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer3-2/+5
2021-02-14Added ex 45 optionalsDave Gauer1-0/+52
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-14begone ye errant spaceDave Gauer1-1/+1
2021-02-14Fix typo: out => ourWill Clardy1-1/+1
2021-02-14Merge pull request #10 from tijb/patch-1Dave Gauer1-0/+3
Update 03_assignment.zig | Missing Line In Example
2021-02-13Update 03_assignment.zigtim bangma1-1/+1
2021-02-1404_arrays.zig - missing : for type of example arrayIvan-Velickovic1-1/+1
2021-02-13Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer1-2/+2
2021-02-13ex10 - missing type was confusing and tangential (#12)Dave Gauer1-1/+1
2021-02-12Update 04_arrays.zigtim bangma1-2/+2
array index was off by 1.
2021-02-12Update 03_assignment.zigtim bangma1-0/+3
Looks like one of the example lines was missing.
2021-02-12exercise/25 fix typoPalash Nigam1-1/+1
2021-02-12exercise/21: fix typoPalash Nigam1-1/+1
2021-02-10Added string specifier in format strings (#3)Dave Gauer3-7/+8
This is now required in current versions of Zig.
2021-02-10Merge pull request #3 from Joefish/06_print_specifierDave Gauer1-1/+1
Added string specifier in Ex 06
2021-02-10Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer2-6/+6
2021-02-10Removed incorrect explanation of assignment error (#1)Dave Gauer1-8/+0
It really has nothing to do with the if/else expression. The peer types are being resolved correctly. The same error can be produced with something as simple as: var foo = 5;
2021-02-10Added string specifier in Ex 06Joseph-Eugene Winzer1-1/+1
std.fmt.format does not take strings without a string specifier since zig 0.8.0.
2021-02-10Ex 22 spelling errorDave Gauer1-1/+1
I never make mistakes with apostrophes'es', so I dont' know what happened here.
2021-02-10Improved 02 comment about imports being constDave Gauer1-5/+5
2021-02-09Added Quiz 5 for pointers. Elephants!!!Dave Gauer2-2/+46
2021-02-09Moved exercises to exercises because exercisesDave Gauer43-0/+1680