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: about 2 hours 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 (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T18:25:30.000Z (about 2 months ago)
- Last Synced: 2025-02-06T23:18:29.836Z (about 2 hours ago)
- Topics: 2024, advent-of-code, csharp, dotnet
- Language: C#
- Homepage: https://adventofcode.com/2024
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - Solutions in C# (.NET 9)
This repo contains my solutions for the coding puzzles from [Advent of Code](https://adventofcode.com), 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
# Results Overview
| Year | Result |
|------|----------|
| 2024 | 20 stars |