diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-18 13:09:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-18 13:09:53 +0100 |
commit | fc496c42e51671ede4d5d2ddee1ad285741dee04 (patch) | |
tree | da1552a3d8cf26f24dc077b610e31dacc4ccbd6d | |
parent | 14f9c394cc233bdcda23e601a210082701e8d606 (diff) |
Move heap.lisp up
-rw-r--r-- | 2024/16/puzzles.lisp | 2 | ||||
-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 |