aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/10_if2.zig
AgeCommit message (Collapse)Author
2021-02-15Apply `zig fmt` to exercisesWill Clardy
2021-02-13ex10 - missing type was confusing and tangential (#12)Dave 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-09Moved exercises to exercises because exercisesDave Gauer