diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-03 14:34:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-03 14:34:24 +0000 |
commit | ce79562ebcdd5cac9a520dc411f6192184342f43 (patch) | |
tree | 508b9b207f342a2c83ce3318de7170cf5e88262a /451/go.mod | |
parent | 1657 (diff) | |
download | leetcode-ce79562ebcdd5cac9a520dc411f6192184342f43.tar.gz leetcode-ce79562ebcdd5cac9a520dc411f6192184342f43.zip |
451
Diffstat (limited to '451/go.mod')
-rw-r--r-- | 451/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/451/go.mod b/451/go.mod new file mode 100644 index 0000000..b3a3c4d --- /dev/null +++ b/451/go.mod @@ -0,0 +1,3 @@ +module 451 + +go 1.18 |