aboutsummaryrefslogtreecommitdiff
path: root/jj-aoc.rkt
diff options
context:
space:
mode:
authorHJ <thechairman@thechairman.info>2021-12-12 16:04:25 -0500
committerHJ <thechairman@thechairman.info>2021-12-12 16:04:25 -0500
commit86501cf1748971a08e9a2f4e5b4413a273f33535 (patch)
treeec591791212d82fcc4472b82379b43ebd7f2254b /jj-aoc.rkt
parent8dd39d0db3c4a35686aef55eda2f97a08b4cc448 (diff)
downloadgleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.tar.gz
gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.zip
day 12 done
Diffstat (limited to 'jj-aoc.rkt')
-rw-r--r--jj-aoc.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jj-aoc.rkt b/jj-aoc.rkt
index 62c1523..3b4bae5 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