exercism/csharp/darts/.exercism/config.json

26 lines
481 B
JSON

{
"blurb": "Write a function that returns the earned points in a single toss of a Darts game",
"authors": [
"bmeverett"
],
"contributors": [
"ErikSchierboom",
"j2jensen",
"robkeim",
"sjwarner",
"wolf99"
],
"files": {
"solution": [
"Darts.cs"
],
"test": [
"DartsTests.cs"
],
"example": [
".meta/Example.cs"
]
},
"source": "Inspired by an exercise created by a professor Della Paolera in Argentina"
}