diff options
| author | Dave Gauer <ratfactor@gmail.com> | 2021-03-14 15:31:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-14 15:31:40 -0400 |
| commit | 9b302ae7cf04f654647075cda57054d644c6bdeb (patch) | |
| tree | de86f5a41091415c3f3a2763859a9ad9d212b4a5 /exercises/017_quiz2.zig | |
| parent | 68dd401e4286d8f6ac2364a6a07c3f8328a46726 (diff) | |
| parent | a3ad620c29ca3ec0b3b4a13c0fed1988d71fd505 (diff) | |
Merge pull request #36 from JosephTLyons/Whitespace-cleanup
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 |
