exercism-c/yacht/.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

21 lines
401 B
JSON

{
"authors": [
"ahans"
],
"files": {
"solution": [
"yacht.c",
"yacht.h"
],
"test": [
"test_yacht.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"blurb": "Score a single throw of dice in the game Yacht.",
"source": "James Kilfiger, using Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Yacht_(dice_game)"
}