jtaylor100 / project-euler-solutions

Solutions to first 20 project Euler problems written as Haskell functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Solutions to first 20 project Euler problems written as Haskell functions

License:The Unlicense


Languages

Language:Haskell 100.0%