summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/two-fer/.exercism/config.json
blob: c0281757b13de7cd9940db0631fae5cc52440330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "blurb": "Create a sentence of the form \"One for X, one for me.\"",
  "authors": [
    "benreyn"
  ],
  "contributors": [
    "bcfurtado",
    "vermiculus"
  ],
  "files": {
    "solution": [
      "two-fer.el"
    ],
    "test": [
      "two-fer-test.el"
    ],
    "example": [
      ".meta/example.el"
    ]
  },
  "source_url": "https://github.com/exercism/problem-specifications/issues/757"
}