armstrong numbers
This commit is contained in:
parent
edb9158b39
commit
fb03ef20e4
7 changed files with 240 additions and 0 deletions
36
rust/armstrong-numbers/.exercism/config.json
Normal file
36
rust/armstrong-numbers/.exercism/config.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"authors": [
|
||||
"shingtaklam1324"
|
||||
],
|
||||
"contributors": [
|
||||
"AndrewKvalheim",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"eddyp",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"lutostag",
|
||||
"ocstl",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"sputnick1124",
|
||||
"stringparser",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/armstrong_numbers.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine if a number is an Armstrong number.",
|
||||
"source": "Wikipedia",
|
||||
"source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue