/aoc

Advent of Code implementation in TypeScript with Bun.

Primary LanguageTypeScript

Advent of Code

Installation

bun install

Development

Run

bun run start
bun run start:watch

Test

bun run test
bun run test:watch

Credits

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