diff options
Diffstat (limited to 'aoc2023-other/day-01/day-01.rkt')
-rw-r--r-- | aoc2023-other/day-01/day-01.rkt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023-other/day-01/day-01.rkt b/aoc2023-other/day-01/day-01.rkt new file mode 100644 index 0000000..1d13ba6 --- /dev/null +++ b/aoc2023-other/day-01/day-01.rkt @@ -0,0 +1,5 @@ +#lang racket + +(require advent-of-code + threading) + |