summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 72c7994adac93ef6ea0604005d082d6fae3651d4 (plain)
1
2
3
4
5
6
7
8
9
# 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)"
```