Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
496 B

{
"blurb": "Determine if a number is an Armstrong number",
"authors": [
"wolf99"
],
"contributors": [
"computermouth",
"elyashiv",
"ryanplusplus"
],
"files": {
"solution": [
"armstrong_numbers.c",
"armstrong_numbers.h"
],
"test": [
"test_armstrong_numbers.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
}