isogram
This commit is contained in:
29
elixir/isogram/.exercism/config.json
Normal file
29
elixir/isogram/.exercism/config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"authors": [
|
||||
"jimmbraddock"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"awochna",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"lpil",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/isogram.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/isogram_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine if a word or phrase is an isogram.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Isogram"
|
||||
}
|
||||
1
elixir/isogram/.exercism/metadata.json
Normal file
1
elixir/isogram/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"isogram","id":"97e0306c1cf5487e94c9f5a8a42aab63","url":"https://exercism.org/tracks/elixir/exercises/isogram","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user