license badge
AdventOfSharedTools is a C# OpenSource library that contains set of methods and models making solving AdventOfCode challenges easier. Ranging from reading text from a file to complex algorythms alongside with several extension methods to make your programmer life better.
This project was included in 100-commits Competition, main competencies i want to improve are Good practices while creating public libraries - i have put much effort into documenting stuff so it is very user friendly.
To install this NuGet package all you need is to open console in Visual Studio and type:
dotnet add package AdventOfSharedTools
Be sure to check out Github Wiki pages for this project!
Noticed place for improvement? Something is missing? Stuff is not working correctly? Create an issue i will surely look inside it!
Project uses .NET 8