Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinzikmund/advent-of-code
- Owner: MartinZikmund
- License: mit
- Created: 2024-12-01T14:48:33.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T10:54:43.000Z (about 2 months ago)
- Last Synced: 2025-01-30T13:51:17.948Z (14 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-csharp, csharp
- Language: C#
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.