aboutsummaryrefslogtreecommitdiff
path: root/2024
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-18 13:09:53 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-18 13:09:53 +0100
commitfc496c42e51671ede4d5d2ddee1ad285741dee04 (patch)
treeda1552a3d8cf26f24dc077b610e31dacc4ccbd6d /2024
parent14f9c394cc233bdcda23e601a210082701e8d606 (diff)
Move heap.lisp up
Diffstat (limited to '2024')
-rw-r--r--2024/16/puzzles.lisp2
-rw-r--r--2024/heap.lisp (renamed from 2024/16/heap.lisp)0
2 files changed, 1 insertions, 1 deletions
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)
diff --git a/2024/16/heap.lisp b/2024/heap.lisp
index 62d36fb..62d36fb 100644
--- a/2024/16/heap.lisp
+++ b/2024/heap.lisp