From b9c4b4dfadd305c55fb09d421252780cb254f89b Mon Sep 17 00:00:00 2001 From: HJ Date: Fri, 8 Dec 2023 02:59:26 -0500 Subject: day 8 complete --- aoc2023-other/day-06/day-06.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aoc2023-other/day-06') diff --git a/aoc2023-other/day-06/day-06.rkt b/aoc2023-other/day-06/day-06.rkt index 2897821..399c131 100644 --- a/aoc2023-other/day-06/day-06.rkt +++ b/aoc2023-other/day-06/day-06.rkt @@ -1,7 +1,8 @@ #lang racket (require advent-of-code - threading) + threading + ) (match-define (list times distances) (~> (open-aoc-input (find-session) 2023 6 #:cache #true) port->lines)) -- cgit v1.2.3