1
1
Fork 0
exercism/jq/darts/.exercism/config.json
Christina Sørensen 35bed00d22
feat(jq): darts
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-16 07:41:19 +01:00

18 lines
354 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"darts.jq"
],
"test": [
"test-darts.bats"
],
"example": [
".meta/example.jq"
]
},
"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"
}