6 lines
160 B
Markdown
6 lines
160 B
Markdown
# C# solutions to Project Euler problems.
|
|
|
|
To build & run them, simply `dotnet run`.
|
|
|
|
To test the solved answers against the verified solutions, `dotnet test`.
|