diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-14 14:20:22 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-14 14:20:22 +0100 |
commit | 749b857d009dbe4dbfc6ce798f76b0bcd5803b9d (patch) | |
tree | 336864cc1f4eb8181e8487e946c810d8cce044db /2024/14/Makefile | |
parent | db05329d5c220c2106abef89226ff7ccc251b5c8 (diff) |
Add 2024 day 14 solutions
Diffstat (limited to '2024/14/Makefile')
-rw-r--r-- | 2024/14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/14/Makefile b/2024/14/Makefile new file mode 100644 index 0000000..b3994c0 --- /dev/null +++ b/2024/14/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/lisp.mk |