This repository contains my solutions to Advent Of Code puzzles, written in C#.
- .NET 6
Clone the repository and navigate to the console application.
cd AdventOfCode.Console
Run the application by passing in the year and day.
dotnet run -y 2018 -d 25