diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-25 04:40:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-25 04:40:50 +0000 |
commit | 95f49936aef730113f768190ff7fd8baef8fb6ad (patch) | |
tree | 2cb76244b12d3fa69c85b900118b77600dfcb9f4 /7/go.mod | |
parent | updates (diff) | |
download | leetcode-95f49936aef730113f768190ff7fd8baef8fb6ad.tar.gz leetcode-95f49936aef730113f768190ff7fd8baef8fb6ad.zip |
updates
Diffstat (limited to '7/go.mod')
-rw-r--r-- | 7/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/7/go.mod b/7/go.mod new file mode 100644 index 0000000..b924aab --- /dev/null +++ b/7/go.mod @@ -0,0 +1,3 @@ +module 7 + +go 1.17 |