diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-15 02:14:44 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-15 02:14:44 +0100 |
commit | 86df18e92ea6c509ef8bfa333a7279f65c09900a (patch) | |
tree | a94560f9ed914c91f5d54fcf809cc8d96b440b5d /2019/03/Makefile | |
parent | c15ce118475359c87f118646514291eeec08ceff (diff) |
Add 2019 day 3 solutions
Diffstat (limited to '2019/03/Makefile')
-rw-r--r-- | 2019/03/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/03/Makefile b/2019/03/Makefile new file mode 100644 index 0000000..6e58a9d --- /dev/null +++ b/2019/03/Makefile @@ -0,0 +1 @@ +include ../../Makefiles/py.mk
\ No newline at end of file |