X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=README.md;fp=README.md;h=1c6a5d4af3b3be64c8e9a9c71ede59bac3fc73d3;hp=ba5265bc3c9b7d778e1c56d56fc8307e6fac5f19;hb=331065b673178f48eb018306115ed9c64c286f53;hpb=16aa247d28894336b6ba6001fce4829b92280f48 diff --git a/README.md b/README.md index ba5265b..1c6a5d4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ title: "Advent of Code 2019" output: html_document css: modest.css --- -Code to solve the [Advent of Code](http://adventofcode.com/2019/) puzzles. This year, I'm using the puzzles to develop my skills in [Haskell](https://wiki.haskell.org/Haskell). +Code to solve the [Advent of Code](http://adventofcode.com/2019/) puzzles. This year, I'm using the puzzles to develop my skills in [Haskell](https://wiki.haskell.org/Haskell). I'm writing up a [commentary on these puzzles and my solutions](https://work.njae.me.uk/tag/advent-of-code/) on my blog. [Learn you a Haskell](http://learnyouahaskell.com/chapters), [Introduction to Haskell 98](https://www.haskell.org/tutorial/index.html), and [Hackage](https://hackage.haskell.org/) are good resources.