summaryrefslogtreecommitdiff
path: root/go/complex-numbers/go.mod
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/go.mod
parent1268c5cb619fd9617c1741f7fdf3fd9505b38578 (diff)
solve complex
Diffstat (limited to 'go/complex-numbers/go.mod')
-rw-r--r--go/complex-numbers/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go/complex-numbers/go.mod b/go/complex-numbers/go.mod
new file mode 100644
index 0000000..4a89806
--- /dev/null
+++ b/go/complex-numbers/go.mod
@@ -0,0 +1,3 @@
+module complex
+
+go 1.16