summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-14 01:05:57 +0000
committerYann Herklotz <git@yannherklotz.com>2021-12-14 01:05:57 +0000
commitb455c6e8a96332daff80b91c98062810123f4ed7 (patch)
treea05ae77907babab17f9abe351a6f2d421a69ab49 /README.md
parentc05f929f4a3c882215f073fcec17f7f67f74b118 (diff)
downloadaoc21-b455c6e8a96332daff80b91c98062810123f4ed7.tar.gz
aoc21-b455c6e8a96332daff80b91c98062810123f4ed7.zip
Add instructions and add quicklisp snippet
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2cab58..72c7994 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,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)"
+```