X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=5c7f379a22baa53e2a9673e7b95e1cf955897635;hb=35f60bc907c0bf8b5037a537671bba9307ab6f6b;hp=d95ac12a489e74d5af3236747243e743b8a6c34b;hpb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;p=advent-of-code-16.git diff --git a/README.md b/README.md index d95ac12..5c7f379 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ $ sudo aptitude install haskell-platform ``` ). +I'm also using the `MissingH` library (install with +``` +$ cabal install MissingH +``` +) + Compile the code with ``` ghc --make advent01.hs