day 5 part 1

This commit is contained in:
Alan Daniels 2025-12-13 13:42:48 +11:00
parent 9959416bcc
commit 98501dec8b
3 changed files with 71 additions and 1 deletions

View file

@ -23,7 +23,7 @@
default = pkgs.mkShellNoCC {
packages = with pkgs; [
shellcheck
(sbcl.withPackages (ps: [ps.str ps.cl-heap]))
(sbcl.withPackages (ps: [ps.str ps.cl-heap ps.alexandria]))
];
};
}