aboutsummaryrefslogtreecommitdiff
path: root/jj-aoc.rkt
diff options
context:
space:
mode:
authorHJ <thechairman@thechairman.info>2021-12-09 18:05:04 -0500
committerHJ <thechairman@thechairman.info>2021-12-09 18:05:04 -0500
commit527bc4762f9c66c9244f0ac1fbee6357478ac9ef (patch)
treeecd3ffc97de5aab201699f93aab1e0417ac3d25d /jj-aoc.rkt
downloadgleam_aoc-527bc4762f9c66c9244f0ac1fbee6357478ac9ef.tar.gz
gleam_aoc-527bc4762f9c66c9244f0ac1fbee6357478ac9ef.zip
putting all my solutions together in 1 repository
Diffstat (limited to 'jj-aoc.rkt')
-rw-r--r--jj-aoc.rkt6
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