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