diff options
author | HJ <thechairman@thechairman.info> | 2023-12-02 00:10:57 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2023-12-02 00:10:57 -0500 |
commit | e06c1b7ee377fbb09066bc05472757759a3b6435 (patch) | |
tree | 4c7cee6535b7c23f5c8191ac37567b2ea614f975 /aoc2023/adglent_cheatsheet.md | |
parent | a82877a093f43c11b298f2a59374b53595b40f53 (diff) | |
parent | 826d7698c84b42dadf6b1684c93828e3e2f5ee3a (diff) | |
download | gleam_aoc-e06c1b7ee377fbb09066bc05472757759a3b6435.tar.gz gleam_aoc-e06c1b7ee377fbb09066bc05472757759a3b6435.zip |
Merge branch 'main' of https://github.com/hunkyjimpjorps/AdventOfCode
Diffstat (limited to 'aoc2023/adglent_cheatsheet.md')
-rw-r--r-- | aoc2023/adglent_cheatsheet.md | 3 |
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 |