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

37 lines
710 B
JSON

{
"authors": [
"petehuang"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jinyeow",
"kytrinyx",
"lpil",
"neenjaw",
"parkerl",
"rubysolo",
"Scientifica96",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/squares.ex"
],
"test": [
"test/squares_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
"source": "Problem 6 at Project Euler",
"source_url": "https://projecteuler.net/problem=6"
}