A template and solutions for completing Advent Of Code in a quick and neatly fashion.
To start, please run setup.py which will go through the installation process.
$ python aoc.py
$ python aoc.py {day}
Example $ python aoc.py 5
$ python aoc.py {day} {year}
Example $ python aoc.py 5 2015
If you already have the code, but want to reload your input, you can just remake the input.
$ python loadInput.py
$ python loadInput.py {day}
Example $ python loadInput.py 5
$ python loadInput.py {day} {year}
Example $ python loadInput.py 5 2015