Initial upload
This commit is contained in:
37
go/luhn/.exercism/config.json
Normal file
37
go/luhn/.exercism/config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"blurb": "Given a number determine whether or not it is valid per the Luhn formula.",
|
||||
"authors": [
|
||||
"soniakeys"
|
||||
],
|
||||
"contributors": [
|
||||
"alebaffa",
|
||||
"bitfield",
|
||||
"da-edra",
|
||||
"ekingery",
|
||||
"ferhatelmas",
|
||||
"hilary",
|
||||
"kytrinyx",
|
||||
"leenipper",
|
||||
"michaelorr",
|
||||
"petertseng",
|
||||
"robphoenix",
|
||||
"sebito91",
|
||||
"tehsphinx"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"luhn.go"
|
||||
],
|
||||
"test": [
|
||||
"luhn_test.go"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.go"
|
||||
],
|
||||
"editor": [
|
||||
"cases_test.go"
|
||||
]
|
||||
},
|
||||
"source": "The Luhn Algorithm on Wikipedia",
|
||||
"source_url": "http://en.wikipedia.org/wiki/Luhn_algorithm"
|
||||
}
|
1
go/luhn/.exercism/metadata.json
Normal file
1
go/luhn/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"go","exercise":"luhn","id":"848a867390e5471ab5f927ba5dad86a7","url":"https://exercism.org/tracks/go/exercises/luhn","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user