Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 254 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 254 Bytes

Project Euler - Haskell Version

I'll be solving PE problems with Haskell in an effort to demonstrate its beauty and simplicity.

How to Use

We follow the standard Stack procedure.

stack setup
stack build
stack exec pe -- <problem-number>