adventofcode/2020/README.md

6 lines
144 B
Markdown
Raw Normal View History

2020-11-30 16:18:23 +00:00
# Advent of Code 2020, C#
To build & run them, simply `dotnet run`.
To test the solved answers against the verified solutions, `dotnet test`.