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 2ebb48985a day 5 solutions 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 day 5 solutions 3 years ago
DayTemplate.cs split each day into a separate source file 3 years ago
Program.cs day 5 solutions 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

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.