exercism/csharp/difference-of-squares/.exercism/config.json

30 lines
595 B
JSON

{
"blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
"authors": [
"mikecoop"
],
"contributors": [
"balazsbotond",
"ErikSchierboom",
"felix91gr",
"j2jensen",
"jwood803",
"kytrinyx",
"robkeim",
"wolf99"
],
"files": {
"solution": [
"DifferenceOfSquares.cs"
],
"test": [
"DifferenceOfSquaresTests.cs"
],
"example": [
".meta/Example.cs"
]
},
"source": "Problem 6 at Project Euler",
"source_url": "http://projecteuler.net/problem=6"
}