aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/adglent_cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/adglent_cheatsheet.md')
-rw-r--r--aoc2023/adglent_cheatsheet.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc2023/adglent_cheatsheet.md b/aoc2023/adglent_cheatsheet.md
new file mode 100644
index 0000000..4061e1b
--- /dev/null
+++ b/aoc2023/adglent_cheatsheet.md
@@ -0,0 +1,3 @@
+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