This commit is contained in:
Pim Kunis 2023-04-17 20:18:20 +02:00
commit 77064a9563
79 changed files with 10533 additions and 0 deletions

2
2022/Makefile Normal file
View file

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