adventofcode/2020
2020-12-02 12:03:45 -05:00
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 2020-11-30 11:27:07 -05:00
day01.txt rename day1.txt -> day01.txt 2020-12-02 11:41:16 -05:00
day02.txt day 2 solution 2020-12-02 11:18:16 -05:00
Day01.cs split each day into a separate source file 2020-12-02 12:03:45 -05:00
Day02.cs split each day into a separate source file 2020-12-02 12:03:45 -05:00
DayTemplate.cs split each day into a separate source file 2020-12-02 12:03:45 -05:00
Program.cs split each day into a separate source file 2020-12-02 12:03:45 -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.