summaryrefslogtreecommitdiff
path: root/go/complex-numbers/.exercism/config.json
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2022-11-22 14:43:48 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2022-11-22 14:43:48 +0100
commita5512c42c3dd2522e19d166730cb42fc561afcbc (patch)
tree3bffd30408abc84c94968725df8da156b4dcdfc7 /go/complex-numbers/.exercism/config.json
parent1268c5cb619fd9617c1741f7fdf3fd9505b38578 (diff)
solve complex
Diffstat (limited to 'go/complex-numbers/.exercism/config.json')
-rw-r--r--go/complex-numbers/.exercism/config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/go/complex-numbers/.exercism/config.json b/go/complex-numbers/.exercism/config.json
new file mode 100644
index 0000000..e9c806f
--- /dev/null
+++ b/go/complex-numbers/.exercism/config.json
@@ -0,0 +1,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"
+}