isbn-verifier
This commit is contained in:
27
elixir/isbn-verifier/.exercism/config.json
Normal file
27
elixir/isbn-verifier/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"authors": [
|
||||
"stfnsr"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"herminiotorres",
|
||||
"neenjaw",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/isbn_verifier.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/isbn_verifier_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Check if a given string is a valid ISBN-10 number.",
|
||||
"source": "Converting a string into a number and some basic processing utilizing a relatable real world example.",
|
||||
"source_url": "https://en.wikipedia.org/wiki/International_Standard_Book_Number#ISBN-10_check_digit_calculation"
|
||||
}
|
||||
1
elixir/isbn-verifier/.exercism/metadata.json
Normal file
1
elixir/isbn-verifier/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"isbn-verifier","id":"6c4a3518e48f4c1595cc3d84835d58f8","url":"https://exercism.org/tracks/elixir/exercises/isbn-verifier","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user