aboutsummaryrefslogtreecommitdiff
path: root/jj-aoc.rkt
blob: 62c15234b16eb697a1dbd019932f03a6d008f7d0 (plain)
1
2
3
4
5
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")))