python main.py
python main.py DAY
Example:
python main.py 01
python main.py 1
python main.py 25
Some solutions may be skipped if the algorithm is inefficient. Use the --no-skip
flag to override this behavior:
--no-skip 01p1 # do not skip Day 01 Part 1 (this ID is provided in the solution if a part is skipped)
--no-skip # do not skip anything
python new.py