.. | ||
AdventOfCode.csproj | ||
day01.txt | ||
day02.txt | ||
Day01.cs | ||
Day02.cs | ||
DayTemplate.cs | ||
Program.cs | ||
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
.
.. | ||
AdventOfCode.csproj | ||
day01.txt | ||
day02.txt | ||
Day01.cs | ||
Day02.cs | ||
DayTemplate.cs | ||
Program.cs | ||
README.md |
To build & run them, simply dotnet run
.
To test the solved answers against the verified solutions, dotnet test
.