Some solutions for the julia path
This commit is contained in:
21
julia/darts/.exercism/config.json
Normal file
21
julia/darts/.exercism/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"vyu"
|
||||
],
|
||||
"contributors": [
|
||||
"cmcaine"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"darts.jl"
|
||||
],
|
||||
"test": [
|
||||
"runtests.jl"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.jl"
|
||||
]
|
||||
},
|
||||
"blurb": "Calculate the points scored in a single toss of a Darts game.",
|
||||
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
|
||||
}
|
||||
1
julia/darts/.exercism/metadata.json
Normal file
1
julia/darts/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"julia","exercise":"darts","id":"f274fafe88954ab6bace971d3f6adf19","url":"https://exercism.org/tracks/julia/exercises/darts","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user