Advent Of Code 2022

This is just a little repo to hold my solutions for the Advent Of Code challenge for 2022

To get started, run python3 scripts/new_day.py <framework> passing in a valid framework parameter

From there, you can fill in your sample input/outputs and your actual problem input in the directory common/day_X/ where X is the day of the month.