summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/leap/.exercism/config.json
blob: 5394efbac92e332eb20a1428af6250e492b5860a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "blurb": "Given a year, report if it is a leap year.",
  "authors": [
    "canweriotnow"
  ],
  "contributors": [
    "fominok"
  ],
  "files": {
    "solution": [
      "leap.el"
    ],
    "test": [
      "leap-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source": "JavaRanch Cattle Drive, exercise 3",
  "source_url": "http://www.javaranch.com/leap.jsp"
}