diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:32:47 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:32:47 +0100 |
commit | 9fd74d8827db5d89229e3bb7004e0138582914d9 (patch) | |
tree | 4d9af84de00fb533782d39d6178845dc33f2e1ac /day10/go.mod | |
parent | 5658cc4267a58baa635216f88efbf09b8da75f18 (diff) |
Day 10
Diffstat (limited to 'day10/go.mod')
-rw-r--r-- | day10/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day10/go.mod b/day10/go.mod new file mode 100644 index 0000000..2940193 --- /dev/null +++ b/day10/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day10 + +go 1.23.3 |