Commit graph

5 commits

Author SHA1 Message Date
Dave Gauer
0956f1839f "999 is enough for anybody" triple-zero padding (#18)
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-12 18:59:46 -05:00
Will Clardy
238beb4a2d Apply zig fmt to exercises 2021-02-15 16:55:44 -05:00
Dave Gauer
ee8fbbd65d ex10 - missing type was confusing and tangential (#12) 2021-02-13 20:35:07 -05:00
Dave Gauer
5b47e8ebe6 Removed incorrect explanation of assignment error (#1)
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-10 21:44:11 -05:00
Dave Gauer
55ad7c32f2 Moved exercises to exercises because exercises 2021-02-09 18:36:57 -05:00
Renamed from 10_if2.zig (Browse further)