Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/berat02xz/adventofcode_2024
- Owner: Berat02xz
- Created: 2024-12-01T10:39:07.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2024-12-09T15:37:16.000Z (18 days ago)
- Last Synced: 2024-12-09T16:41:45.138Z (18 days ago)
- Topics: 2024, advent-of-code, csharp, dotnet
- Language: C#
- Homepage: https://adventofcode.com/2024
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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