adventofcode/2020
2020-12-02 11:18:16 -05:00
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 2020-11-30 11:27:07 -05:00
day1.txt read input from file instead of hard-coding 2020-12-01 11:04:50 -05:00
day02.txt day 2 solution 2020-12-02 11:18:16 -05:00
Program.cs day 2 solution 2020-12-02 11:18:16 -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.