Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 531 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 531 Bytes

Advent of Code 2024

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.