Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 321 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 321 Bytes

euler-hs

Banner for Project Euler

Implementations of problems in Project Euler in, yes, Haskell.

Usage

stack run -- -p X -i FILE

where X is the problem to be solved and FILE is the filename to be opened (if needed).