diff --git a/2020/README.md b/2020/README.md new file mode 100644 index 0000000..a785c20 --- /dev/null +++ b/2020/README.md @@ -0,0 +1,5 @@ +# Advent of Code 2020, C# + +To build & run them, simply `dotnet run`. + +To test the solved answers against the verified solutions, `dotnet test`.