Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 489 Bytes

Advent of Code

This is a collection of Advent of Code solutions written by Matthew Frances, Nick Conn, and Peter Scrandis

Dependencies

Install the custom Advent of Code Handler module using pip:

python3 -m pip install -e ./libraries/AOCHandler/

Instructions

All programs are designed to run with the current working directory as the solutions folder for that day. For example:

cd ./solutions/day01
python3 ./python/day01.py example