adventofcode/2020
2020-11-30 11:18:23 -05:00
..
AdventOfCode.csproj add basic skeleton for AoC 2020 2020-11-30 11:16:50 -05:00
Program.cs add basic skeleton for AoC 2020 2020-11-30 11:16:50 -05:00
README.md add README for 2020 2020-11-30 11:18:23 -05:00

Advent of Code 2020, C#

To build & run them, simply dotnet run.

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