summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/armstrong-numbers/.exercism/config.json
blob: 947afa002b2fc74d0b07562785530bf3c998bf0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "blurb": "Determine if a number is an Armstrong number",
  "authors": [
    "cpaulbond"
  ],
  "contributors": [
    "benreyn",
    "vermiculus"
  ],
  "files": {
    "solution": [
      "armstrong-numbers.el"
    ],
    "test": [
      "armstrong-numbers-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "Wikipedia",
  "source_url": "https://en.wikipedia.org/wiki/Narcissistic_number"
}