These are my solutions to the Advent of Code 2022, in python 3.8.
- git
- python 3.8 or higher
- Clone this repository
git clone https://github.com/scottyah/aoc2022.git
- In terminal (or powershell), run the desired day you want with python
py aoc[day].py
- The results will be printed in stdout
Each solution file is at the root level, along with the README and gitignore file The puzzle_input directory contains copy/pasted puzzle input from the AoC website The test_puzzle_input directory contains some test data from the AoC website