diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-24 23:57:15 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-24 23:57:15 +0100 |
commit | 46859764ad4073da2c910ebd321320e1edb9b8c6 (patch) | |
tree | b0b4cccb96547eb25a2953ff62572f2c61e3de83 /day24/go.mod | |
parent | c6ca510a5ccf232cbf0677a77453addb8d5d70be (diff) |
Fucking day 24
Diffstat (limited to 'day24/go.mod')
-rw-r--r-- | day24/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day24/go.mod b/day24/go.mod new file mode 100644 index 0000000..cab4acc --- /dev/null +++ b/day24/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day24 + +go 1.23.3 |