You can read more and participate here: https://adventofcode.com/
This repository contains my solutions to Advent of Code 2025, implemented in TypeScript.
- Node.js installed
- TypeScript and ts-node installed globally:
npm install -g typescript ts-nodenpx ts-node .\2025\Day2\Part1.tsNote: Replace
\2025\Day2\Part1.tswith the path to the file you want to run
cd 2025\Day2
npx ts-node Part1.tsNote: This method runs the file from inside its folder and can be convenient if running multiple files from the same day