diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-17 22:01:36 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | 431ee3626a823f68a0e7824676f82d9c40f8211e (patch) | |
tree | 1854137d0271b01ccb2d8b0b1c2046996ac9b7dd /day17/go.mod | |
parent | 68f5cce6fb9f69c666471ee64d0c9d004f24e483 (diff) |
Day 17
Diffstat (limited to 'day17/go.mod')
-rw-r--r-- | day17/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day17/go.mod b/day17/go.mod new file mode 100644 index 0000000..cc9fe5f --- /dev/null +++ b/day17/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day17 + +go 1.23.3 |