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 c69ad1e76a day 2 solution 4 years ago
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 4 years ago
Program.cs day 2 solution 4 years ago
README.md add README for 2020 4 years ago
day1.txt read input from file instead of hard-coding 4 years ago
day02.txt day 2 solution 4 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.