[py] Solve 2024_04 part 1
This commit is contained in:
parent
74d10cd770
commit
281a027857
9 changed files with 196 additions and 1 deletions
5
py/aoc/y2024/__init__.py
Normal file
5
py/aoc/y2024/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from . import d04
|
||||
|
||||
DAYS = {
|
||||
"2024_04": d04.solve,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue