Skip to content

FabianReitz/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Welcome to my Advent of Code Repository! 🎁

This repository is dedicated to solving the daily challenges of Advent of Code, where we help Santa save Christmas with mediocre code! 🎅🎁🎄

🎄 What is Advent of 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

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:

  • git to clone the repository.
  • Node.js installed on your machine.
  • Bun to run the solutions.

To run the solutions, follow these steps:

  1. Clone the repository to a nice location on your machine:
git clone https://github.com/FabianReitz/advent-of-code.git
  1. Install the dependencies:
cd advent-of-code && npm install
  1. Run the solution for a specific day, e.g.:
bun run 2024/day-1/index.ts

🎄 Advent of Code 2024

Day Challenge Solution ⭐️⭐️
1 Day 1 Solution ⭐️⭐️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors