# 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: ```lisp (asdf:load :aoc) ``` If you want, you can also use Quicklisp, cloning this repository in ``ql:*quicklisp-home*`` and loading it with: ```lisp (ql:quickload :aoc) ```