My unoptimized, 💩-coded solutions for Advent of Code 2024 using TS & Node with experimental types stripping.
npm ci
npm run new <DAY_NUMBER> # to create files for a day challenge from template
npm start <DAY_NUMBER> # to run day challenge with input <DAY_NUMBER>.txt
npm start <DAY_NUMBER> b # to run day chalenge with input <DAY_NUMBER>-base.txt