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