X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-18.git;a=blobdiff_plain;f=README.md;fp=README.md;h=f55e9a120c1fbcb94a4af150e5439762ba65771d;hp=f9bb2e14caf06d504c1f1419b65b627af40164cb;hb=8b3ec6b30c9bafdc6d5af870c64e0793e60056a9;hpb=86c404c1f31915fb3ce41a3fc5679cdf001a41b3 diff --git a/README.md b/README.md index f9bb2e1..f55e9a1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ Run with stack exec advent01 ``` +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