mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"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"
|
|
}
|