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

29 lines
553 B
JSON

{
"blurb": "Given a number from 0 to 999,999,999,999, spell out that number in English.",
"authors": [
"vlzware"
],
"contributors": [
"h-3-0",
"patricksjackson",
"QLaille",
"ryanplusplus",
"sjwarner",
"wolf99"
],
"files": {
"solution": [
"say.c",
"say.h"
],
"test": [
"test_say.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"source": "A variation on JavaRanch CattleDrive, exercise 4a",
"source_url": "http://www.javaranch.com/say.jsp"
}