exercism.org/c/isogram/.exercism/config.json

32 lines
527 B
JSON
Raw Normal View History

2024-03-24 18:34:11 +01:00
{
"authors": [
"wolf99"
],
"contributors": [
"bcc32",
"Gamecock",
"h-3-0",
"PakkuDon",
"patricksjackson",
"QLaille",
"rootbeersoup",
"ryanplusplus",
"sesamemucho"
],
"files": {
"solution": [
"isogram.c",
"isogram.h"
],
"test": [
"test_isogram.c"
],
"example": [
".meta/example.c"
]
},
"blurb": "Determine if a word or phrase is an isogram.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Isogram"
}