Solutions to the Advent of Code 2017 using .NET Core 2.0.
This library is based on .NET Core 2.0. It should work on Windows, Linux and OS X.
Required tools:
- .NET Core >=2.0.3 - For website extraction.
Used libraries (automatically installed):
- System.Collections.Immutable - Because immutability is fun!
- JetBrains.Annotations - To improve code quality analysis.
To run the project:
- Install .NET Core.
- Download the code.
- Run
dotnet run <day>
.
Here are the links to my solutions for all of the years I have participated: