diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-11 19:04:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-11 19:04:01 +0000 |
commit | 03634721902e6a82160d6e9509274899fa281c4c (patch) | |
tree | a797377def22740ac8117cf988d5c1f51cb74c85 /28/go.mod | |
parent | 124 (diff) | |
download | leetcode-03634721902e6a82160d6e9509274899fa281c4c.tar.gz leetcode-03634721902e6a82160d6e9509274899fa281c4c.zip |
28
Diffstat (limited to '28/go.mod')
-rw-r--r-- | 28/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/28/go.mod b/28/go.mod new file mode 100644 index 0000000..6fe8d22 --- /dev/null +++ b/28/go.mod @@ -0,0 +1,3 @@ +module 28 + +go 1.19 |