diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-11 14:10:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-11 14:10:15 +0100 |
commit | b6e0579074f22f25055acac1077154fbc5af9115 (patch) | |
tree | e97ca0fc26d9eb71c05e1112fb38b3cf14fcac50 /2024/11/Makefile | |
parent | 983c4a10344dc0416d9e87d955eaab56c5db9292 (diff) |
Implement both parts for 2024 day 11
Diffstat (limited to '2024/11/Makefile')
-rw-r--r-- | 2024/11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/11/Makefile b/2024/11/Makefile new file mode 100644 index 0000000..5a21270 --- /dev/null +++ b/2024/11/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/lisp.mk
\ No newline at end of file |