Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/berat02xz/adventofcode_2024

Advent of Code (2024) in C# using the latest .NET 9
https://github.com/berat02xz/adventofcode_2024

2024 advent-of-code csharp dotnet

Last synced: 14 days ago
JSON representation

Advent of Code (2024) in C# using the latest .NET 9

Awesome Lists containing this project

README

        

# Advent of Code 2024 - Solutions in C# (.NET 9)

This repo contains my solutions for the coding puzzles from [Advent of Code 2024](https://adventofcode.com/2024), implemented in **C#** using the latest **.NET 9** framework.

## About Advent of Code

[Advent of Code](https://adventofcode.com) is an annual event that runs from December 1st to December 25th. Every day, a new programming puzzle is released, challenging developers of all skill levels to solve creative and fun problems.

## Project Structure
The repository is organized as follows:

```
📂 AdventOfCode2024
├── 📂 Day01
│ ├── Puzzle1.cs # Solution for Day 1
│── Start.cs # Main class that runs solutions
└── AdventOfCode_2024.sln # Solution file
```

In order to respect the [TOS](https://adventofcode.com/2024/about) of this event, this repository will not contain the file inputs and puzzle texts