This repository is dedicated to solving the daily challenges of Advent of Code, where we help Santa save Christmas with mediocre code! 🎅🎁🎄
Advent of Code is an annual programming event that runs from December 1st through December 25th. Each day, a new programming puzzle is released for participants to solve using any programming language of their choice. Also check Awesome Advent of Code and the Advent of Code Subreddit.
This repository contains my solutions to the Advent of Code challenges. I will be solving the puzzles using TypeScript and Bun.
To run the solutions, you will need the following prerequisites:
To run the solutions, follow these steps:
- Clone the repository to a nice location on your machine:
git clone https://github.com/FabianReitz/advent-of-code.git- Install the dependencies:
cd advent-of-code && npm install- Run the solution for a specific day, e.g.:
bun run 2024/day-1/index.ts| Day | Challenge | Solution | ⭐️⭐️ |
|---|---|---|---|
| 1 | Day 1 | Solution | ⭐️⭐️ |