28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"authors": [
|
|
"Bscruz19"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska",
|
|
"Br1ght0ne",
|
|
"Cohen-Carlisle",
|
|
"devonestes",
|
|
"neenjaw",
|
|
"tsuka"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/armstrong_number.ex"
|
|
],
|
|
"test": [
|
|
"test/armstrong_number_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Determine if a number is an Armstrong number.",
|
|
"source": "Wikipedia",
|
|
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
|
|
}
|