mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
20 lines
343 B
JSON
20 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"
|
||
|
}
|