/project-euler-solutions

Solutions to first 20 project Euler problems written as Haskell functions

Primary LanguageHaskellThe UnlicenseUnlicense

Project Euler Solutions

Solutions to Project Euler problems, written in Haskell.

Testing solutions

Requires the Glashow Haskell Compiler (GHC) and cabal for dependencies. Available from most package managers or from source (GHC, cabal).

Run the following in the project directory to load the module into an interactive shell:

cabal configure
ghci euler.hs

Inspect the code and run problem functions by name.