Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/junian/advent-of-code

Advent of Code in C#
https://github.com/junian/advent-of-code

advent-of-code adventofcode csharp dotnet

Last synced: 8 days ago
JSON representation

Advent of Code in C#

Awesome Lists containing this project

README

        

# Advent of Code Solution

This repo contains my personal solutions to the [Advent of Code](https://adventofcode.com) puzzles.

## How to Run

For example, if you want to run the 2024 puzzle for day 1, you can run the following command:

```csharp
cd src/2024/Day01
dotnet run < input.txt
```