aboutsummaryrefslogtreecommitdiff
path: root/jj-aoc.rkt
diff options
context:
space:
mode:
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