19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"authors": [
|
|
"MatthijsBlom"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"luhn.jq"
|
|
],
|
|
"test": [
|
|
"test-luhn.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.jq"
|
|
]
|
|
},
|
|
"blurb": "Given a number determine whether or not it is valid per the Luhn formula.",
|
|
"source": "The Luhn Algorithm on Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Luhn_algorithm"
|
|
}
|