From 08e588c7e3ec7606ddd66a968c6aa586b54edf69 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 2 Dec 2022 18:22:22 +0100 Subject: [AoC2022] 02 doing it in Common lisp --- AoC2022/02/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/02/makefile') diff --git a/AoC2022/02/makefile b/AoC2022/02/makefile index e358a2c..73929a6 100644 --- a/AoC2022/02/makefile +++ b/AoC2022/02/makefile @@ -10,4 +10,4 @@ run: emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit - # sbcl --load ~/.sbclrc --script solver.lisp + sbcl --load ~/.sbclrc --script solver.lisp -- cgit v1.2.3