Advent of Code
My solutions for advent of code, to load the package clone this
repository in one of the directories in asdf:*central-registry*
and load the system:
(asdf:load :aoc)
If you want, you can also use Quicklisp, cloning this repository in
ql:*quicklisp-home*
and loading it with:
(ql:quickload :aoc)