My code to solve the Advent of Code 2024 puzzles.
To install dependencies:
bun installTo run to latest day:
bun startTo run a specific day, replace X with the day number you want:
bun start -d XTo run to all the days:
bun start -aTo create the files for a new day:
bun run newThis project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.