Skip to content

SVendittelli/advent-of-code-2024

Repository files navigation

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.

About

Advent of code solutions for 2024 in bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published