Armstrong numbers
This commit is contained in:
23
typescript/armstrong-numbers/.exercism/config.json
Normal file
23
typescript/armstrong-numbers/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"CRivasGomez"
|
||||
],
|
||||
"contributors": [
|
||||
"masters3d",
|
||||
"SleeplessByte"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"armstrong-numbers.ts"
|
||||
],
|
||||
"test": [
|
||||
"armstrong-numbers.test.ts"
|
||||
],
|
||||
"example": [
|
||||
".meta/proof.ci.ts"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine if a number is an Armstrong number.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
|
||||
}
|
||||
1
typescript/armstrong-numbers/.exercism/metadata.json
Normal file
1
typescript/armstrong-numbers/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"typescript","exercise":"armstrong-numbers","id":"9fe847c468f443788fe63cc32e3bba13","url":"https://exercism.org/tracks/typescript/exercises/armstrong-numbers","handle":"briemens","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user