Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 572 Bytes

FizzBuzz Build Status Build status

The absolute basics. Just clone, and cargo run.

Is implemented through an infinite iterator taking as many as take says and folds in constant space.

Quickcheck is used in testing to confirm no false positives or negatives. Builds are tested against Linux, Mac and Windows.