aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/adglent_cheatsheet.md
diff options
context:
space:
mode:
authorJ.J <thechairman@thechairman.info>2023-12-01 17:58:13 -0500
committerJ.J <thechairman@thechairman.info>2023-12-01 17:58:13 -0500
commitf648264a1a91f93f1643163339d52968f1c7bec9 (patch)
treedc6f771818b0b8fca3c54d82834115d689e79e79 /aoc2023/adglent_cheatsheet.md
parenta75aa83cefb27b7684afb8f3e74f4dc199f0dcff (diff)
downloadgleam_aoc-f648264a1a91f93f1643163339d52968f1c7bec9.tar.gz
gleam_aoc-f648264a1a91f93f1643163339d52968f1c7bec9.zip
day 1 improvements
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