Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 621 Bytes

README.markdown

File metadata and controls

16 lines (11 loc) · 621 Bytes

Why

To provide a basic set of unit tests to help people learning Haskell (including myself) go through the 99 Haskell Problems.

Suggestions are highly appreciated, feel free to add them to the wiki or drop me an e-mail.

Getting Started

Assuming you have haskell* and git installed:

git clone git://github.com/boccato/99_haskell_problems.git
cd 99_haskell_problems
runhaskell 1to10.hs

*I am using The Haskell Platform, version 2012.2.0.0.