adventofcode/2020
2020-12-07 13:57:05 -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
day03.txt day 3 solution 2020-12-03 10:46:44 -05:00
day04.txt solution for day 4 (thanks i hate it) 2020-12-04 12:10:26 -05:00
day05.txt day 5 solutions 2020-12-07 13:20:53 -05:00
day06.txt actually add Day 6 code 2020-12-07 13:43:45 -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
Day03.cs clean up solution a bit 2020-12-03 10:58:14 -05:00
Day04.cs okay, this is significantly nicer 2020-12-04 23:15:13 -05:00
Day05.cs add day 5 part 2 answer to unit tests 2020-12-07 13:24:09 -05:00
Day06.cs actually add Day 6 code 2020-12-07 13:43:45 -05:00
DayTemplate.cs add RegularExpressions to template 2020-12-07 13:57:05 -05:00
Program.cs finish day 6 2020-12-07 13:43:30 -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.