My entry for the fabulous Advent of Code 2022
- PHP 8.1
- Composer
composer install
- Add a WolframAlpha AppID to
config/app.ini
WolframAlpha is only necessary for day 21 part 2. If no AppID is configured, the result will be an equation that can be solved by hand.
composer day [number]
- Day 12 part 2 is not automated and needs human interaction
- Day 16 part 2 runs forever
- Day 19 is missing due to trauma from day 16