Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 573 Bytes

🎄 Advent of Code 2023

My Advent of Code 2023 solutions on TypeScript & Bun.

The code is a balanace between clarity, pefrormance, and my ability to spend time improving it. I also leave explanatory comments, so if you're stuck and want to better understand thought process behind, this repository might be helpful.

Running locally

Bun has to be installed, then:

bun install
bun test