1
1
Fork 0
exercism/jq/difference-of-squares/.exercism/config.json
Christina Sørensen e90bc0845c
feat(jq): difference of squares
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-18 15:19:16 +01:00

19 lines
440 B
JSON

{
"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"
}