aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
AgeCommit message (Collapse)Author
2021-02-13ex10 - missing type was confusing and tangential (#12)Dave Gauer
2021-02-12Update 04_arrays.zigtim bangma
array index was off by 1.
2021-02-12Update 03_assignment.zigtim bangma
Looks like one of the example lines was missing.
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
This is now required in current versions of Zig.
2021-02-10Merge pull request #3 from Joefish/06_print_specifierDave Gauer
Added string specifier in Ex 06
2021-02-10Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-02-10Removed incorrect explanation of assignment error (#1)Dave Gauer
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 Winzer
std.fmt.format does not take strings without a string specifier since zig 0.8.0.
2021-02-10Ex 22 spelling errorDave Gauer
I never make mistakes with apostrophes'es', so I dont' know what happened here.
2021-02-10Improved 02 comment about imports being constDave Gauer
2021-02-09Added Quiz 5 for pointers. Elephants!!!Dave Gauer
2021-02-09Moved exercises to exercises because exercisesDave Gauer