Skip to content

Latest commit

 

History

History
73 lines (67 loc) · 4.2 KB

README.md

File metadata and controls

73 lines (67 loc) · 4.2 KB

Check

Advent Calendar

Running the solutions

For running the code you need the Bun runtime installed. Run the code via

bun test 01/a.test.ts
# or
bun run test
# or
bun run test:watch

Footnotes

  1. [Advent of Code][aoc] – An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice.