diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-16 20:16:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-16 20:16:29 +0100 |
commit | 3e50d2999949f4c7fa807fe289fb0b0d1a0a4512 (patch) | |
tree | c03d323c24f7761d02b8a9240f563c2902e46aab /2024/16/Makefile | |
parent | 8414d540e9032f5f4b294da8329c82f37ce3147a (diff) |
Add 2024 day 16 solutions
Diffstat (limited to '2024/16/Makefile')
-rw-r--r-- | 2024/16/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/16/Makefile b/2024/16/Makefile new file mode 100644 index 0000000..5a21270 --- /dev/null +++ b/2024/16/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/lisp.mk
\ No newline at end of file |