diff options
Diffstat (limited to 'jj-aoc.rkt')
-rw-r--r-- | jj-aoc.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |