mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
24 lines
455 B
JSON
24 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"
|
||
|
}
|