python3.10 -m venv aoc
aoc/bin/pip install -r requirements.txt
aoc/bin/python src/solution_runner <day> --example
e.g.
aoc/bin/python src/solution_runner 4 --example
You can delete the .example
files from the inputs
directory to reset examples.
aoc/bin/python src/solution_runner <day>
Add the --b
flag:
aoc/bin/python src/solution_runner <day> --b
aoc/bin/python src/solution_runner <day> --b --example
aoc/bin/python src/solution_runner <day> [--b] --submit