/aoc-2023

aoc-2023 to get familiar with bun

Primary LanguageTypeScript

bun-aoc-2023

To install dependencies:

bun install

To init project files & download input for the current day:

bun run init

To start dev process for the current day:

bun dev

Note: Both these scripts accept a day too.

To run both serially without input:

bun start

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