diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-07 16:38:30 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-07 16:38:30 +0100 |
commit | 0de2729b5382097c76d6a25522c26719e196dae7 (patch) | |
tree | 79b0085a4613dfd87f337e6a463f20ff27f9c722 /day7/go.mod | |
parent | f1ab08b2a892ca1dda6a46ae9ef03b0e8cf5c9b8 (diff) |
Day 7
Diffstat (limited to 'day7/go.mod')
-rw-r--r-- | day7/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day7/go.mod b/day7/go.mod new file mode 100644 index 0000000..10e5644 --- /dev/null +++ b/day7/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day7 + +go 1.22.2 |