0 Forks
7 Stars
7 Watchers

HaskellExercises

My solutions & notes for the book from http://haskellbook.com/

How to download and setup HaskellExercises

Open terminal and run command
git clone https://github.com/backofhan/HaskellExercises.git
git clone is used to create a copy or clone of HaskellExercises repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with HaskellExercises https://github.com/backofhan/HaskellExercises/archive/master.zip

Or simply clone HaskellExercises with SSH
[email protected]:backofhan/HaskellExercises.git

If you have some problems with HaskellExercises

You may open issue on HaskellExercises support forum (system) here: https://github.com/backofhan/HaskellExercises/issues