diff --git a/README.md b/README.md index c6a28d3..fc6cb43 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # C# solutions to Project Euler problems. -To build & run them, simply `dotnet run`. \ No newline at end of file +To build & run them, simply `dotnet run`. + +To test the solved answers against the verified solutions, `dotnet test`.