Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 761 Bytes

readme.md

File metadata and controls

32 lines (23 loc) · 761 Bytes

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