Files
Exercism/julia/darts/.exercism/config.json

22 lines
386 B
JSON

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