diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-22 00:13:40 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-22 00:25:38 +0100 |
commit | 1ea4c003ac6a0a16f9fd1b878c88be80a63854c3 (patch) | |
tree | 229337bbc21cf5efca70b642e064f3b81354847c /day21/go.mod | |
parent | be164866553a91878487bfac8f63033de80a0494 (diff) |
Day 21
Diffstat (limited to 'day21/go.mod')
-rw-r--r-- | day21/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day21/go.mod b/day21/go.mod new file mode 100644 index 0000000..b00ce57 --- /dev/null +++ b/day21/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day21 + +go 1.23.3 |