Python project for Advent of Code 2022
This project will auto populate the following files:
dayN.py-- This file is where the logic goes, it will have apart_1andpart_2function auto generated, with the signature oflist[str] -> strtest_dayN.py-- This file is where the testing goes, it will auto download the example and load the user specific input and execcute tests against both functions indayN.pyinput_dayN.txt-- This stores user specific input
To generate these files, it is needed to:
- Create a
.config/session.jsonfile in the repo, which has a JSON object like{ "sessionId": "12345" } - Run
bootstrapper.py