apolishch / prime_table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%