My Advent of Code solutions in JavaScript/TypeScript.
Setup inspired by Kyle Shevlin.
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 :)