/aoc-template

Template for Advent of Code

Primary LanguagePython

Template for Advent of Code

Template I use for my Advent of Code programming in python

Create a new day

cd src
cookiecutter ../template

Write the example input to input1.example1 And for part 2 to input2.example Write the real input to input

Run a specific day

To test:

python main.py <day> --test

On real input:

python main.py <day>