From 150a167812e63618af5860a3cd79b733402e3e9a Mon Sep 17 00:00:00 2001 From: "J.J" Date: Sat, 2 Dec 2023 02:01:32 -0500 Subject: day 2 racket solution --- aoc2023/README.md | 6 ++++++ aoc2023/adglent_cheatsheet.md | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 aoc2023/adglent_cheatsheet.md (limited to 'aoc2023') 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 . + +## Use + +* Set up a solution: `gleam run -m adglent/day ` +* Check against examples: `gleam test -- --modules=day/day_test` +* Get final answer: `gleam run -m day/solve

` \ No newline at end of file diff --git a/aoc2023/adglent_cheatsheet.md b/aoc2023/adglent_cheatsheet.md deleted file mode 100644 index 4061e1b..0000000 --- a/aoc2023/adglent_cheatsheet.md +++ /dev/null @@ -1,3 +0,0 @@ -Set up a solution: `gleam run -m adglent/day ` -Check against examples: `gleam test -- --modules=day/day_test` -Get final answer: `gleam run -m day/solve

` \ No newline at end of file -- cgit v1.2.3