From fc496c42e51671ede4d5d2ddee1ad285741dee04 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 18 Dec 2024 13:09:53 +0100 Subject: Move heap.lisp up --- 2024/16/puzzles.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2024/16/puzzles.lisp') diff --git a/2024/16/puzzles.lisp b/2024/16/puzzles.lisp index 91e6117..17a49f8 100644 --- a/2024/16/puzzles.lisp +++ b/2024/16/puzzles.lisp @@ -1,6 +1,6 @@ #!/usr/bin/sbcl --script -(load "heap.lisp") +(load "../heap.lisp") (defstruct dnode (x nil :type integer) -- cgit v1.2.3