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