23 lines
427 B
JSON
23 lines
427 B
JSON
{
|
|
"authors": [
|
|
"glennj"
|
|
],
|
|
"contributors": [
|
|
"guygastineau",
|
|
"IsaacG"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"darts.sh"
|
|
],
|
|
"test": [
|
|
"darts.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.sh"
|
|
]
|
|
},
|
|
"blurb": "Write a function that returns the earned points in a single toss of a Darts game.",
|
|
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
|
|
}
|