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 4071a75516 read input from file instead of hard-coding 4 years ago
..
AdventOfCode.csproj fix dos line endings (grumble @ MSFT tooling) 4 years ago
Program.cs read input from file instead of hard-coding 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

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.