mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"authors": [
|
|
"ee7"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"luhn.zig"
|
|
],
|
|
"test": [
|
|
"test_luhn.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"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"
|
|
}
|