armstrong_number
This commit is contained in:
27
elixir/armstrong-numbers/.exercism/config.json
Normal file
27
elixir/armstrong-numbers/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/armstrong-numbers/.exercism/metadata.json
Normal file
1
elixir/armstrong-numbers/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"armstrong-numbers","id":"87b5aa5429664271a572c9f3ac0722d1","url":"https://exercism.org/tracks/elixir/exercises/armstrong-numbers","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user