summaryrefslogtreecommitdiff
path: root/go/complex-numbers/.exercism
diff options
context:
space:
mode:
Diffstat (limited to 'go/complex-numbers/.exercism')
-rw-r--r--go/complex-numbers/.exercism/config.json19
-rw-r--r--go/complex-numbers/.exercism/metadata.json1
2 files changed, 20 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"
+}
diff --git a/go/complex-numbers/.exercism/metadata.json b/go/complex-numbers/.exercism/metadata.json
new file mode 100644
index 0000000..ab9e31e
--- /dev/null
+++ b/go/complex-numbers/.exercism/metadata.json
@@ -0,0 +1 @@
+{"track":"go","exercise":"complex-numbers","id":"0b6d7784e1c847d29450f740f51abaa3","url":"https://exercism.org/tracks/go/exercises/complex-numbers","handle":"dim13","is_requester":true,"auto_approve":false} \ No newline at end of file