Initial upload

This commit is contained in:
2022-08-24 14:28:45 +02:00
parent c67653ddee
commit 57bc7b0289
370 changed files with 18479 additions and 0 deletions

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

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