Update README.md

This commit is contained in:
Colin McMillen 2020-11-18 17:54:50 -05:00 committed by GitHub
parent db4d18fa80
commit 2d24bc7a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
# C# solutions to Project Euler problems. # C# solutions to Project Euler problems.
To build & run them, simply `dotnet run`. To build & run them, simply `dotnet run`.
To test the solved answers against the verified solutions, `dotnet test`.