add day7 with elixir

This commit is contained in:
Pim Kunis 2023-12-07 12:08:34 +01:00
parent 37165b60fd
commit 136802984d
11 changed files with 1311 additions and 0 deletions

2
23/elixir/Makefile Normal file
View file

@ -0,0 +1,2 @@
day%:
mix run -e "AOC.Day$*.solve()"