diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-12-05 17:00:09 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-12-05 17:00:09 +0100 |
commit | 5da8c3550eada8ec36b53d87e557cbc113a23faa (patch) | |
tree | 535c695b8e1750fd470da7cbe5b79b57935dcc79 /2022/05/Makefile | |
parent | 30fb572a31f7a71b7111a9e2645423ee49a09baa (diff) |
Add 2022 day 5 solutions
Diffstat (limited to '2022/05/Makefile')
-rw-r--r-- | 2022/05/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2022/05/Makefile b/2022/05/Makefile new file mode 100644 index 0000000..3e0defd --- /dev/null +++ b/2022/05/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/awk.mk |