[py] Port 2017_01
This commit is contained in:
parent
beee256111
commit
21f671daed
3 changed files with 36 additions and 37 deletions
|
|
@ -2,12 +2,14 @@ import sys
|
|||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
from .y2017 import d01
|
||||
from .y2018 import d01, d02, d03, d04, d05, d06, d07, d08, d09, d10, d11
|
||||
from .y2020 import d10
|
||||
from .y2021 import d14
|
||||
from .y2022 import d01, d02, d03, d04, d05, d06
|
||||
|
||||
DAYS = {
|
||||
"2017_01": y2017.d01.solve,
|
||||
"2018_01": y2018.d01.solve,
|
||||
"2018_02": y2018.d02.solve,
|
||||
"2018_03": y2018.d03.solve,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue