Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My solutions for Advent of Code puzzles
https://github.com/martinzikmund/advent-of-code

advent-of-code advent-of-code-2024 advent-of-code-csharp csharp

Last synced: 12 days ago
JSON representation

My solutions for Advent of Code puzzles

Awesome Lists containing this project

README

        

# Advent of Code (C#)

My solutions to Advent of Code puzzles.

Each solution is in its own class, found in [`src/AdventOfCode.Puzzles/`](https://github.com/MartinZikmund/advent-of-code/tree/main/src/AdventOfCode.Puzzles). The accompanying Uno Platform app makes it easier to execute each puzzle against test data/custom input file.