isbn-verifier

This commit is contained in:
2024-07-06 13:16:07 -04:00
parent 1224cca405
commit 0c3373b87e
10 changed files with 398 additions and 0 deletions

View 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"
}

View 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}