diff options
Diffstat (limited to 'aoc2023/README.md')
-rw-r--r-- | aoc2023/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aoc2023/README.md b/aoc2023/README.md index 921dfae..3f534e8 100644 --- a/aoc2023/README.md +++ b/aoc2023/README.md @@ -20,3 +20,9 @@ gleam add aoc2023 ``` and its documentation can be found at <https://hexdocs.pm/aoc2023>. + +## Use + +* Set up a solution: `gleam run -m adglent/day <n>` +* Check against examples: `gleam test -- --modules=day<n>/day<n>_test` +* Get final answer: `gleam run -m day<n>/solve <p>`
\ No newline at end of file |