diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-22 15:19:14 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-22 15:19:14 +0100 |
commit | 865aaa11171035a74b6ab50835ad3d1c8625de89 (patch) | |
tree | 4781778d0378752a3d8acd9ea8a5296cbca3703f /day22/go.mod | |
parent | 1ea4c003ac6a0a16f9fd1b878c88be80a63854c3 (diff) |
Day 22
Diffstat (limited to 'day22/go.mod')
-rw-r--r-- | day22/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day22/go.mod b/day22/go.mod new file mode 100644 index 0000000..1d76001 --- /dev/null +++ b/day22/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day22 + +go 1.23.3 |