7.7
Advent of Code: solutions & explanations
(require aoc-racket) | package: aoc-racket |
Dedicated to curious characters everywhere, especially those learning Racket.
Advent of Code is a series of programming puzzles designed by Eric Wastl.
I find that programming puzzles are a good way of learning something new about a programming language, or learning how to do certain things better. Documenting these solutions helped me nail down some discoveries.
Thank you to Eric Wastl. If you like Advent of Code, please pay him for it.
You can install this package (if you haven’t already) with
raco pkg install aoc-racket