Skip to content

Berat02xz/AdventOfCode_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

This repo contains my solutions for the coding puzzles from Advent of Code, implemented in C# using the latest .NET 9 framework.

About Advent of Code

Advent of Code 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 of this event, this repository will not contain the file inputs and puzzle texts

Results Overview

Year Result
2024 20 stars

About

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

Topics

Resources

Stars

Watchers

Forks

Languages