/prime_table

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

to run, you must install haskell stack: https://docs.haskellstack.org/en/stable/README/

build the code with stack build, then run it with stack exec primeTable-exe or do it in one line with: stack build && stack exec primeTable-exe

To run tests, run stack test --coverage