Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 454 Bytes

Advent of Code

My Advent of Code solutions in JavaScript/TypeScript.

Setup inspired by Kyle Shevlin.

Workflow

For every new day I copy the template files, modify index.test.ts with the example inputs and outputs and copy the actual input to input.txt, run bun test --watch <dir> (bun) and get coding :)