exercism.org/c/isogram/.exercism/config.json
2024-03-24 18:37:22 +01:00

31 lines
527 B
JSON

{
"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"
}