mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 13:20:48 -05:00
19 lines
365 B
JSON
19 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"
|
|
}
|