exercism/elixir/darts/.exercism/config.json

22 lines
433 B
JSON

{
"authors": [
"jiegillet"
],
"contributors": [
"angelikatyborska"
],
"files": {
"solution": [
"lib/darts.ex"
],
"test": [
"test/darts_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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"
}