My solutions for Advent of code
Code is in typscript, and the main focus is on speed, correctness and performance. It is definitely not be the best looking production code out there
I'm running this using bun, but node with a typescript compiler should work as well:
bun run 2024/day1/solve.ts
Note: the input files are not committed, as requested by AoC itself. You can add your own as input.txt
in each day directory.