euler/README.md
2020-11-18 17:54:50 -05:00

160 B

C# solutions to Project Euler problems.

To build & run them, simply dotnet run.

To test the solved answers against the verified solutions, dotnet test.