Some solutions for the julia path
This commit is contained in:
23
julia/difference-of-squares/.exercism/config.json
Normal file
23
julia/difference-of-squares/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
julia/difference-of-squares/.exercism/metadata.json
Normal file
1
julia/difference-of-squares/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"julia","exercise":"difference-of-squares","id":"43726f141cb245cbb9d9c8b9cbdc4dc7","url":"https://exercism.org/tracks/julia/exercises/difference-of-squares","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user