X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=f148061eac93b81598223e6e14662880c472f4f4;hb=7a7c6df04a4d7088c08e0b6bebdcf311c492036a;hp=aa3689e9ac689ab55ba05a026a538e023830f838;hpb=5f20c4799398878a455f64d7b81aadc4a1774dd1;p=advent-of-code-19.git diff --git a/README.md b/README.md index aa3689e..f148061 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -title: "Advent of Code 2018" +title: "Advent of Code 2019" output: html_document css: modest.css --- @@ -60,7 +60,7 @@ stack exec -- advent01 +RTS -K0 -RTS Run interactively with ``` -stack ghci advent-of-code:exe:advent01 +stack ghci advent01 ``` To profile, use