diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-19 23:34:57 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | fac8626030e19a50bf652b1f665d5836a3b79616 (patch) | |
tree | 17551976ef0cbe38a3949e2ca6ceb7d55ec4e241 /day19/go.mod | |
parent | 4572482be603047169a45e233d661e1f35b7e1fe (diff) |
Day 19
Diffstat (limited to 'day19/go.mod')
-rw-r--r-- | day19/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day19/go.mod b/day19/go.mod new file mode 100644 index 0000000..565d400 --- /dev/null +++ b/day19/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day19 + +go 1.23.3 |