blob: c21413d71ebfbf429127bdec67e3c752fffa59f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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)
```
|