1
1
Fork 0
exercism/jq/difference-of-squares/.exercism/config.json

20 lines
440 B
JSON
Raw Normal View History

{
"authors": [
"glennj"
],
"files": {
"solution": [
"difference-of-squares.jq"
],
"test": [
"test-difference-of-squares.bats"
],
"example": [
".meta/example.jq"
]
},
"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"
}