diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-23 18:34:32 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-23 18:34:32 +0000 |
commit | b214dbd107f3ff9d9ac06bef9624672a6a2a4886 (patch) | |
tree | 11dae85de836e8141be53aa43afac23fd9533782 /535 | |
parent | update (diff) | |
download | leetcode-b214dbd107f3ff9d9ac06bef9624672a6a2a4886.tar.gz leetcode-b214dbd107f3ff9d9ac06bef9624672a6a2a4886.zip |
update
Diffstat (limited to '535')
-rw-r--r-- | 535/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/535/go.mod b/535/go.mod new file mode 100644 index 0000000..ee38b75 --- /dev/null +++ b/535/go.mod @@ -0,0 +1,3 @@ +module leetcode.com/535 + +go 1.17 |