diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-15 14:34:06 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-15 14:34:06 +0000 |
commit | 5b13a159ae118bbcf2946588805e119c8791465d (patch) | |
tree | 32b9959b6c7d2f96c4635980d48e4b28017bb796 /989/go.mod | |
parent | 67 (diff) | |
download | leetcode-5b13a159ae118bbcf2946588805e119c8791465d.tar.gz leetcode-5b13a159ae118bbcf2946588805e119c8791465d.zip |
989
Diffstat (limited to '989/go.mod')
-rw-r--r-- | 989/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/989/go.mod b/989/go.mod new file mode 100644 index 0000000..92068a8 --- /dev/null +++ b/989/go.mod @@ -0,0 +1,3 @@ +module 989 + +go 1.19 |