Advent of Code This repository hosts solutions for the Advent of Code programming problems. Dependencies Node (LTS) Running a file npm install # to get latest dependencies npx ts-node 2024/day1/part1.ts # runs the first part of the first day of 2024