X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.html;h=754e9be307265ae2d03a10941cbb19667d976dea;hb=fef438e522205404e0e765414e412ccacc34bfaa;hp=68668e78ad2f667c4a8207eeef4ae14d98291ff3;hpb=f7a6219e119fedd3abd3d6967f1c6d104b04d8e4;p=advent-of-code-16.git diff --git a/README.html b/README.html index 68668e7..754e9be 100644 --- a/README.html +++ b/README.html @@ -17,6 +17,9 @@

I'm using the basic Haskell Platform installation (install with

$ 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

then run it as