From 2d24bc7a89ab3d99ee36ea1b90932094a53d3311 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Wed, 18 Nov 2020 17:54:50 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`.