From 527bc4762f9c66c9244f0ac1fbee6357478ac9ef Mon Sep 17 00:00:00 2001 From: HJ Date: Thu, 9 Dec 2021 18:05:04 -0500 Subject: putting all my solutions together in 1 repository --- jj-aoc.rkt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jj-aoc.rkt (limited to 'jj-aoc.rkt') 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 -- cgit v1.2.3