diff options
author | HJ <thechairman@thechairman.info> | 2021-12-12 16:04:25 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2021-12-12 16:04:25 -0500 |
commit | 86501cf1748971a08e9a2f4e5b4413a273f33535 (patch) | |
tree | ec591791212d82fcc4472b82379b43ebd7f2254b /jj-aoc.rkt | |
parent | 8dd39d0db3c4a35686aef55eda2f97a08b4cc448 (diff) | |
download | gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.tar.gz gleam_aoc-86501cf1748971a08e9a2f4e5b4413a273f33535.zip |
day 12 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 |