mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
19 lines
343 B
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"
|
|
}
|