99-haskell-problems/README.md

13 lines
550 B
Markdown
Raw Permalink Normal View History

2024-05-24 15:55:27 -05:00
## 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.
2024-05-24 17:09:54 -05:00
[Link to the base repo.](https://git.sintan1729.uk/SinTan1729/99-haskell-problems)