mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-13 23:00:47 -05:00
20 lines
365 B
JSON
20 lines
365 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"ee7"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"armstrong_numbers.zig"
|
||
|
],
|
||
|
"test": [
|
||
|
"test_armstrong_numbers.zig"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.zig"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Determine if a number is an Armstrong number.",
|
||
|
"source": "Wikipedia",
|
||
|
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
|
||
|
}
|