[py] Port 2018_08
This commit is contained in:
parent
1e2919b1a1
commit
26433b8618
4 changed files with 53 additions and 55 deletions
|
|
@ -2,7 +2,7 @@ import sys
|
|||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
from .y2018 import d01, d02, d03, d04, d05, d06, d07
|
||||
from .y2018 import d01, d02, d03, d04, d05, d06, d07, d08
|
||||
from .y2020 import d10
|
||||
from .y2021 import d14
|
||||
from .y2022 import d01, d02, d03, d04, d05, d06
|
||||
|
|
@ -15,6 +15,7 @@ DAYS = {
|
|||
"2018_05": y2018.d05.solve,
|
||||
"2018_06": y2018.d06.solve,
|
||||
"2018_07": y2018.d07.solve,
|
||||
"2018_08": y2018.d08.solve,
|
||||
"2020_10": y2020.d10.solve,
|
||||
"2021_14": y2021.d14.solve,
|
||||
"2022_01": y2022.d01.solve,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue