advent-of-code-2023

To install dependencies:

bun install

To run a solution for a day and part:

bun run 1/part-1.ts

This project was created using bun init in bun v1.0.15. Bun is a fast all-in-one JavaScript runtime.