aboutsummaryrefslogtreecommitdiff
path: root/jj-aoc.rkt
diff options
context:
space:
mode:
authorHJ <thechairman@thechairman.info>2021-12-13 08:16:41 -0500
committerHJ <thechairman@thechairman.info>2021-12-13 08:16:41 -0500
commit9314581a5576bd7cf8a73ea09b2fe6e159d67de1 (patch)
tree78ca7c7cc82d14d3a39f0607558f839d5317173f /jj-aoc.rkt
parentb101a7da2831464bf339f9a97cdea2efb1b51147 (diff)
downloadgleam_aoc-9314581a5576bd7cf8a73ea09b2fe6e159d67de1.tar.gz
gleam_aoc-9314581a5576bd7cf8a73ea09b2fe6e159d67de1.zip
day 13 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 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