Trying this year advent of code using python as my first time
Expect bad code, although I will try my best to be as pythonic as possible >.<
Supports AOC Test Cases Make sure to export your session id, before doing this step
env_location/bin/pip install advent-of-code
➜ aoc --years 2022 --days 1 2 3 4 5 6 --u github
Template
python -m src -c day year
Will Create a test case and and the file to work on
- Pytest
- AOC Test Cases
- Auto templte based on day
Layout for this project was taken from : Cj Version of AOC
Merry christmas 🦌. vsedov