exercism-c/darts/.exercism/config.json
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00

23 lines
435 B
JSON

{
"authors": [
"wolf99"
],
"contributors": [
"ryanplusplus"
],
"files": {
"solution": [
"darts.c",
"darts.h"
],
"test": [
"test_darts.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"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"
}