difference-of-squares
This commit is contained in:
26
difference-of-squares/.exercism/config.json
Normal file
26
difference-of-squares/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"nono"
|
||||
],
|
||||
"contributors": [
|
||||
"lpil"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/difference_of_squares.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/difference_of_squares_test.gleam"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"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
difference-of-squares/.exercism/metadata.json
Normal file
1
difference-of-squares/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"difference-of-squares","id":"2bb31aa09ec64970a4b28323cdba2ed1","url":"https://exercism.org/tracks/gleam/exercises/difference-of-squares","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user