The programs in this repository are my solutions to the 2019 Advent of Code event. Each day has two solutions contained within a single Program.cs file.
I chose C# because I want practice in it.
These programs are not meant to be robust designs. They are a means to find a solution to the problems provided in the advent calendar.
These programs are built using dotnet core 3, but should work in most .net versions (framework, standard, core).
You can use dotnet build to compile these programs and then run the executable, but I would recommend opening the folder in VSCode and running the program from their.