diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-06 23:51:08 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-06 23:51:08 +0100 |
commit | f1ab08b2a892ca1dda6a46ae9ef03b0e8cf5c9b8 (patch) | |
tree | 6336cc088007b58be1bd0f7409e8069ae55bfcbd /day6/go.mod | |
parent | 080b6ba980e4c5a132e06f0d7d8387947d227661 (diff) |
Day 6
Diffstat (limited to 'day6/go.mod')
-rw-r--r-- | day6/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day6/go.mod b/day6/go.mod new file mode 100644 index 0000000..a044ada --- /dev/null +++ b/day6/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day6 + +go 1.22.2 |