X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=3c08dac9befd9dbc2144d01b1be1d87192b1ff4c;hb=a9dd0c4031eae1a3b5aa8a637093eb0419a31930;hp=d5207a3c26d61f575b171688fbeab533d43b20ae;hpb=806af597077178544c39ffbe022a1a666de1676f;p=advent-of-code-19.git 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 ```