Skip to content

2021 Advent of Code Solutions co-authored by Matt Frances, Nick Conn, and Peter Scrandis

Notifications You must be signed in to change notification settings

francesmatthew/advent-of-code-2021

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages