Solutions to problems of Advent of code
- Refac/cleanup code so it can showcase code quality
- Finish problems (at least those I'm interested in)
- Make more code reusable for other AOC years
- Restructure into 1 folder per day
- Includes input.py, example.py, solution.py, test.py to simplify multi-year