Skip to content

bkrisler/advent_of_code

Repository files navigation

Advent of Code Challenge Problems

Bootstrap a new day

Use copier to invoke the Python template and set up files for a new solution:

$ copier copy --trust gh:gahjelle/template-aoc-python .

Answer the questions and allow the hook to download your personal input. Then download the data for the new day:

python download_input.py <year> <day>

or from the directory:

aocd > input.txt

Finish up a solution

python <day_file> input.txt > output.py.txt

References

About

Advent of Code in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages