summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/difference-of-squares/.exercism/config.json
blob: 7d5d1e50f3e066e0591f0527dd9fb102f64c3bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "blurb": "Find the difference between the square of the sum and the sum of the squares of the first N natural numbers.",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "Scientifica96",
    "vermiculus",
    "yurrriq"
  ],
  "files": {
    "solution": [
      "difference-of-squares.el"
    ],
    "test": [
      "difference-of-squares-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "Problem 6 at Project Euler",
  "source_url": "http://projecteuler.net/problem=6"
}