Skip to content

jelmr/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To setup:

python3.10 -m venv aoc
aoc/bin/pip install -r requirements.txt

To run a solution for day day, using the example input

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.

To run a solution for day day, using your actual input

aoc/bin/python src/solution_runner <day>

To run Solution B (part two) for day day

Add the --b flag:

aoc/bin/python src/solution_runner <day> --b
aoc/bin/python src/solution_runner <day> --b --example

To submit your solution:

aoc/bin/python src/solution_runner <day> [--b] --submit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages