# Advent of Code 2021 These are the solutions to the [advent of code](https://adventofcode.com/2021) from 2021. To run all the days: ``` bash sbcl --quit --load top.lisp --eval "(run-all)" ```