difference-of-squares
This commit is contained in:
36
elixir/difference-of-squares/.exercism/config.json
Normal file
36
elixir/difference-of-squares/.exercism/config.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/difference-of-squares/.exercism/metadata.json
Normal file
1
elixir/difference-of-squares/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"difference-of-squares","id":"71804265a0684ed3ba15a88ed184ef81","url":"https://exercism.org/tracks/elixir/exercises/difference-of-squares","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user