adventofcode/2020
2020-12-01 10:34:34 -05:00
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 2020-11-30 11:27:07 -05:00
Program.cs solution for day 1 2020-12-01 10:34:34 -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.