mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-13 23:00:47 -05:00
20 lines
501 B
JSON
20 lines
501 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"ee7"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"isbn_verifier.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_isbn_verifier.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|