pesterhazy / aoc2022

Advent of Code 2022 in TypeScript / bun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code in Typescript, using bun.

Usage

We're using the test runner to solve puzzles.

Run tests once

bun run test

Watch, typecheck and run

bun run watch

Interactive

Yeah, we play sounds. When the tests succeed, we play a happy sound. If linting fails, a less happy one. If the tests fail, a truly devastating sound.

It's fun. Why doesn't everyone do this?

About

Advent of Code 2022 in TypeScript / bun


Languages

Language:TypeScript 96.1%Language:Clojure 2.4%Language:Shell 1.5%