A simple framework and solution runner for solving your Advent of Code riddles in .NET.
Info
Version: | 2.1.0 |
Author(s): | yugabe |
Last Update: | Thursday, December 29, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yugabe/Tidy.AdventOfCode |
NuGet Url: | https://www.nuget.org/packages/Tidy.AdventOfCode |
Install
Install-Package Tidy.AdventOfCode
dotnet add package Tidy.AdventOfCode
paket add Tidy.AdventOfCode
Tidy.AdventOfCode Download (Unzip the "nupkg" after downloading)
Dependencies
- HtmlAgilityPack(>= 1.11.28)
- Microsoft.Extensions.DependencyInjection(>= 5.0.0)
- Microsoft.Extensions.Logging.Console(>= 5.0.0)
Tags