C# solutions to Project Euler problems.
Go to file
2020-11-18 18:13:51 -05:00
.gitignore add gitignore 2020-11-17 13:47:19 -05:00
euler.csproj Add xunit tests. 2020-11-18 17:52:13 -05:00
Program.cs solve problem 8 2020-11-18 18:13:51 -05:00
README.md Update README.md 2020-11-18 17:54:50 -05:00

C# solutions to Project Euler problems.

To build & run them, simply dotnet run.

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