summaryrefslogtreecommitdiff
path: root/go/complex-numbers/.exercism/config.json
blob: e9c806f8f6d45a4395b2cadb0d628575cd2aaadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "authors": [
    "eklatzer"
  ],
  "files": {
    "solution": [
      "complex_numbers.go"
    ],
    "test": [
      "complex_numbers_test.go"
    ],
    "example": [
      ".meta/example.go"
    ]
  },
  "blurb": "Implement complex numbers.",
  "source": "Wikipedia",
  "source_url": "https://en.wikipedia.org/wiki/Complex_number"
}