diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-08 13:47:50 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-08 13:47:50 +0100 |
commit | 6645309667a831ffcf27e0a9ef2b4c5ade60bd1d (patch) | |
tree | b451886a2fd6953fd8af2c139bf1741039d72d57 /2024/08/Makefile | |
parent | f891c9ed5cd9b0f5d112ef50fcb811789cc5d0cf (diff) |
Add 2024 day 8 solutions
Diffstat (limited to '2024/08/Makefile')
-rw-r--r-- | 2024/08/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/08/Makefile b/2024/08/Makefile new file mode 100644 index 0000000..6e58a9d --- /dev/null +++ b/2024/08/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/py.mk
\ No newline at end of file |