exercism/c/darts/.exercism/config.json

24 lines
455 B
JSON
Raw Normal View History

2024-08-13 17:09:15 -04:00
{
"authors": [
"wolf99"
],
"contributors": [
"ryanplusplus"
],
"files": {
"solution": [
"darts.c",
"darts.h"
],
"test": [
"test_darts.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"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"
}