12 lines
550 B
Markdown
12 lines
550 B
Markdown
## Solutions to H-99: Ninety-Nine Haskell Problems
|
|
|
|
I'm learning Haskell. So, I decided to solve the problems listed
|
|
[here](https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems) for
|
|
practicing.
|
|
|
|
I'm using the great book Learn You a Haskell for Great Good by Miran Lipovača
|
|
(and now maintained by the community) available to read for free
|
|
[here](https://learnyouahaskell.github.io/). I'll recommend it highly if anyone
|
|
else decides to embark of this journey.
|
|
|
|
[Link to the base repo.](https://git.sintan1729.uk/SinTan1729/99-haskell-problems)
|