diff options
author | HJ <thechairman@thechairman.info> | 2021-12-13 08:16:41 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2021-12-13 08:16:41 -0500 |
commit | 9314581a5576bd7cf8a73ea09b2fe6e159d67de1 (patch) | |
tree | 78ca7c7cc82d14d3a39f0607558f839d5317173f /jj-aoc.rkt | |
parent | b101a7da2831464bf339f9a97cdea2efb1b51147 (diff) | |
download | gleam_aoc-9314581a5576bd7cf8a73ea09b2fe6e159d67de1.tar.gz gleam_aoc-9314581a5576bd7cf8a73ea09b2fe6e159d67de1.zip |
day 13 done
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 |