summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)"
+```