This repository contains my solutions for Advent of Code challenges. 2022 solutions are written in Typescript and tested in Jest. 2023 solutions are written in Python and tested in Pytest. 2024 solutions are also written in Python and tested in Pytest. Running current year's solutions: cd 2024 make test # Running tests for solutions in Python