/aoc22-bun

Advent of Code 2022 implemented using Bun + Typescript

Primary LanguageTypeScript

aoc22

Advent of Code 2022 solutions using Bun + Typescript

To install dependencies:

bun install

To run:

bun run day<N>/index.ts

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