You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Colin McMillen 690f55f0ad day 8 solution 3 years ago
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 3 years ago
Day01.cs split each day into a separate source file 3 years ago
Day02.cs split each day into a separate source file 3 years ago
Day03.cs clean up solution a bit 3 years ago
Day04.cs okay, this is significantly nicer 3 years ago
Day05.cs add day 5 part 2 answer to unit tests 3 years ago
Day06.cs actually add Day 6 code 3 years ago
Day07.cs clean up day 7 a bit 3 years ago
Day08.cs day 8 solution 3 years ago
DayTemplate.cs add RegularExpressions to template 3 years ago
Program.cs day 7 partial progress 3 years ago
README.md add README for 2020 3 years ago
day01.txt rename day1.txt -> day01.txt 3 years ago
day02.txt day 2 solution 3 years ago
day03.txt day 3 solution 3 years ago
day04.txt solution for day 4 (thanks i hate it) 3 years ago
day05.txt day 5 solutions 3 years ago
day06.txt actually add Day 6 code 3 years ago
day07.txt solution for day 7 part 1 3 years ago
day08.txt day 8 solution 3 years ago

README.md

Advent of Code 2020, C#

To build & run them, simply dotnet run.

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