diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-09 07:39:28 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-09 07:39:28 +0000 |
commit | b876c83c49f30e41075527522a62c3cceeb8fd0a (patch) | |
tree | d9071289105a4120f3a662b8274f7625eb5792ba /1026/go.mod | |
parent | 872 (diff) | |
download | leetcode-b876c83c49f30e41075527522a62c3cceeb8fd0a.tar.gz leetcode-b876c83c49f30e41075527522a62c3cceeb8fd0a.zip |
1026
Diffstat (limited to '')
-rw-r--r-- | 1026/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/1026/go.mod b/1026/go.mod new file mode 100644 index 0000000..73edb65 --- /dev/null +++ b/1026/go.mod @@ -0,0 +1,3 @@ +module 1026 + +go 1.19 |