diff options
Diffstat (limited to 'jj-aoc.rkt')
-rw-r--r-- | jj-aoc.rkt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jj-aoc.rkt b/jj-aoc.rkt new file mode 100644 index 0000000..62c1523 --- /dev/null +++ b/jj-aoc.rkt @@ -0,0 +1,6 @@ +#lang racket +(require advent-of-code) +(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 |