diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-14 05:51:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-14 05:51:35 +0000 |
commit | f05a240bb9b9fdc511e95b6e2075a53fbed9dd2e (patch) | |
tree | 1553098516cdb05148d2a0cc1c8c7c63d7e6d869 /198/go.mod | |
parent | 931 (diff) | |
download | leetcode-f05a240bb9b9fdc511e95b6e2075a53fbed9dd2e.tar.gz leetcode-f05a240bb9b9fdc511e95b6e2075a53fbed9dd2e.zip |
198
Diffstat (limited to '')
-rw-r--r-- | 198/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/198/go.mod b/198/go.mod new file mode 100644 index 0000000..d1e9d1c --- /dev/null +++ b/198/go.mod @@ -0,0 +1,3 @@ +module 198 + +go 1.19 |