Files
Exercism/julia/difference-of-squares/.exercism/config.json

24 lines
481 B
JSON

{
"authors": [
"SaschaMann"
],
"contributors": [
"bovine3dom",
"cmcaine"
],
"files": {
"solution": [
"difference-of-squares.jl"
],
"test": [
"runtests.jl"
],
"example": [
".meta/example.jl"
]
},
"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"
}