C# solutions to Project Euler problems.
Go to file
2020-11-17 14:47:16 -05:00
.gitignore add gitignore 2020-11-17 13:47:19 -05:00
euler.csproj add solutions to problems #1 and #2 2020-11-17 13:46:20 -05:00
Program.cs solve problem 5 2020-11-17 14:47:16 -05:00
README.md Update README.md 2020-11-17 18:49:32 +00:00

C# solutions to Project Euler problems.

To build & run them, simply dotnet run.