day11 part1 (and part2 if i had infinite RAM)

This commit is contained in:
2022-12-12 02:14:32 +01:00
parent 3a1d612f97
commit 03914c88af
2 changed files with 98 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DAY = 7
DAY = 11
DIR = day$(DAY)