You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Colin McMillen 77edeb3fc7 add README for 2020 3 years ago
..
AdventOfCode.csproj add basic skeleton for AoC 2020 3 years ago
Program.cs add basic skeleton for AoC 2020 3 years ago
README.md add README for 2020 3 years ago

README.md

Advent of Code 2020, C#

To build & run them, simply dotnet run.

To test the solved answers against the verified solutions, dotnet test.