This repository contains my solutions for the challenges of Advent of Code 2023.
I use Bun and TypeScript to solve the challenges.
Install Bun: Installation | Bun Docs.`
curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSLInstall the dependencies
bun installbun test