aboutsummaryrefslogtreecommitdiff
path: root/exercises/06_strings.zig
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer1-48/+0
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-02-16fix repeat targetMark Zhitomirski1-1/+1
2021-02-15Apply `zig fmt` to exercisesWill Clardy1-3/+2
2021-02-10Added string specifier in format strings (#3)Dave Gauer1-5/+6
This is now required in current versions of Zig.
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-09Moved exercises to exercises because exercisesDave Gauer1-0/+48