X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=README.md;h=3c08dac9befd9dbc2144d01b1be1d87192b1ff4c;hp=d5207a3c26d61f575b171688fbeab533d43b20ae;hb=d5e7b65eb2a47c9142530adfae52f30930cbf6ae;hpb=806af597077178544c39ffbe022a1a666de1676f diff --git a/README.md b/README.md index d5207a3..3c08dac 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ Run interactively with ``` stack ghci advent01 ``` +or +``` +stack ghci advent01:exe:advent01 +``` +if the first form is ambiguous. To profile, use ```