diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-04 06:57:27 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-04 06:57:27 +0100 |
commit | 9b3cd9200ebeba744e532c43cd7dcbba2c0f400a (patch) | |
tree | 3ae40223040dc6ccb64409c99991672f69019c2a /2024/04/Makefile | |
parent | afd5fe3c8748b6e5c58b201668e40ee66f0a3c77 (diff) |
Add solutions for 2024 day 4
Diffstat (limited to '2024/04/Makefile')
-rw-r--r-- | 2024/04/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2024/04/Makefile b/2024/04/Makefile new file mode 100644 index 0000000..72c24f1 --- /dev/null +++ b/2024/04/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/go.mk
\ No newline at end of file |