diff options
author | Joseph T Lyons <JosephTLyons@gmail.com> | 2021-03-14 01:26:52 -0500 |
---|---|---|
committer | Joseph T Lyons <JosephTLyons@gmail.com> | 2021-03-14 01:26:52 -0500 |
commit | d120664c5f622d2796d7d8c790ada1f7aa74888a (patch) | |
tree | de86f5a41091415c3f3a2763859a9ad9d212b4a5 /exercises/017_quiz2.zig | |
parent | 7ddfca2e358bce98e3fbdbe64b117af74fea1ab7 (diff) | |
download | ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.gz ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.bz2 ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.tar.xz ziglings-d120664c5f622d2796d7d8c790ada1f7aa74888a.zip |
Cleaned up some trailing whitespace
Diffstat (limited to 'exercises/017_quiz2.zig')
-rw-r--r-- | exercises/017_quiz2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/017_quiz2.zig b/exercises/017_quiz2.zig index 7de7010..cfdd945 100644 --- a/exercises/017_quiz2.zig +++ b/exercises/017_quiz2.zig @@ -3,7 +3,7 @@ // // "Players take turns to count incrementally, replacing // any number divisible by three with the word "fizz", -// and any number divisible by five with the word "buzz". +// and any number divisible by five with the word "buzz". // - From https://en.wikipedia.org/wiki/Fizz_buzz // // Let's go from 1 to 16. This has been started for you, but there's |