exercism/zig/isogram/.exercism/config.json

19 lines
343 B
JSON

{
"authors": [
"massivelivefun"
],
"files": {
"solution": [
"isogram.zig"
],
"test": [
"test_isogram.zig"
],
"example": [
".meta/example.zig"
]
},
"blurb": "Determine if a word or phrase is an isogram.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Isogram"
}