mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"authors": ["jiegillet"],
|
|
"contributors": [
|
|
"angelikatyborska"
|
|
],
|
|
"files": {
|
|
"example": [
|
|
".meta/example.ex"
|
|
],
|
|
"solution": [
|
|
"lib/darts.ex"
|
|
],
|
|
"test": [
|
|
"test/darts_test.exs"
|
|
]
|
|
},
|
|
"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"
|
|
}
|