summaryrefslogtreecommitdiff
path: root/day18/go.mod
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-18 22:37:36 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:33:16 +0100
commit4572482be603047169a45e233d661e1f35b7e1fe (patch)
tree5e46cc45faba1dea5d591a4337835e6224aa086c /day18/go.mod
parent431ee3626a823f68a0e7824676f82d9c40f8211e (diff)
Day 18
Diffstat (limited to 'day18/go.mod')
-rw-r--r--day18/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/day18/go.mod b/day18/go.mod
new file mode 100644
index 0000000..d1237b8
--- /dev/null
+++ b/day18/go.mod
@@ -0,0 +1,3 @@
+module stevenlr.com/aoc2024/day18
+
+go 1.23.3