From b455c6e8a96332daff80b91c98062810123f4ed7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 14 Dec 2021 01:05:57 +0000 Subject: Add instructions and add quicklisp snippet --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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)" +``` -- cgit