Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 583 Bytes

Correct Fizz Buzz

Build Status

Fizz Buzz, but correct, for it is written in Haskell.

Usage

stack setup
stack build
stack exec correct-fizz-buzz-exe [count]

Tools