X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=README.html;h=4680985b3e88c2857a65071527aa1009c9f59821;hp=218a7f9f03ee743992014478c6bf33997296d399;hb=6d3d9662f4481a1dae36c7ab9705b376bc7c7025;hpb=73861022e114fe3b2d6625301f4ac5fc973a8a6e diff --git a/README.html b/README.html index 218a7f9..4680985 100644 --- a/README.html +++ b/README.html @@ -4,13 +4,13 @@ - Advent of Code 2018 + Advent of Code 2019

Code to solve the Advent of Code puzzles. This year, I'm using the puzzles to develop my skills in Haskell.

Learn you a Haskell, Introduction to Haskell 98, and Hackage are good resources.

@@ -38,7 +38,7 @@

If you want to pass in additional RTS parameters, do it like this:

stack exec -- advent01 +RTS -K0 -RTS

Run interactively with

-
stack ghci advent-of-code:exe:advent01
+
stack ghci advent01

To profile, use

stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts"

then run with