/advent-of-code-2023

Solutions of Advent of code 2023 written in Javascript on Bun Runtime

Primary LanguageTypeScript

advent-of-code-2023

To install dependencies:

bun install

To run:

bun run index.ts

To test:

bun test

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