summaryrefslogtreecommitdiff
path: root/day13/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'day13/go.mod')
-rw-r--r--day13/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/day13/go.mod b/day13/go.mod
new file mode 100644
index 0000000..2c8c7b8
--- /dev/null
+++ b/day13/go.mod
@@ -0,0 +1,3 @@
+module stevenlr.com/aoc2024/day13
+
+go 1.23.3