Initial upload
This commit is contained in:
33
go/isbn-verifier/.exercism/config.json
Normal file
33
go/isbn-verifier/.exercism/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"blurb": "Check if a given string is a valid ISBN-10 number.",
|
||||
"authors": [
|
||||
"creaaa"
|
||||
],
|
||||
"contributors": [
|
||||
"bitfield",
|
||||
"ekingery",
|
||||
"ferhatelmas",
|
||||
"h311ion",
|
||||
"hilary",
|
||||
"kytrinyx",
|
||||
"leenipper",
|
||||
"sebito91",
|
||||
"tinsch"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"isbn_verifier.go"
|
||||
],
|
||||
"test": [
|
||||
"isbn_verifier_test.go"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.go"
|
||||
],
|
||||
"editor": [
|
||||
"cases_test.go"
|
||||
]
|
||||
},
|
||||
"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
go/isbn-verifier/.exercism/metadata.json
Normal file
1
go/isbn-verifier/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"isbn-verifier","id":"c2a9f9ef655f45b1b42a5530b24252d1","url":"https://exercism.org/tracks/go/exercises/isbn-verifier","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user