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