From 9314581a5576bd7cf8a73ea09b2fe6e159d67de1 Mon Sep 17 00:00:00 2001 From: HJ Date: Mon, 13 Dec 2021 08:16:41 -0500 Subject: day 13 done --- jj-aoc.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jj-aoc.rkt') diff --git a/jj-aoc.rkt b/jj-aoc.rkt index 3b4bae5..62c1523 100644 --- a/jj-aoc.rkt +++ b/jj-aoc.rkt @@ -3,4 +3,4 @@ (provide open-day) (define (open-day n [year 2021]) - (open-aoc-input (find-session) year n #:cache (string->path "../../cache"))) \ No newline at end of file + (open-aoc-input (find-session) year n #:cache (string->path "./cache"))) \ No newline at end of file -- cgit v1.2.3