Advent of Code 2022 Solutions for Advent of Code 2022 - https://adventofcode.com/. Getting Started Install all dependencies with yarn install Run the tests yarn test to confirm the solutions. Run a specific file with yarn runDay [file path] or npx ts-node.