summaryrefslogtreecommitdiff
path: root/go.work
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:32:47 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:32:47 +0100
commit9fd74d8827db5d89229e3bb7004e0138582914d9 (patch)
tree4d9af84de00fb533782d39d6178845dc33f2e1ac /go.work
parent5658cc4267a58baa635216f88efbf09b8da75f18 (diff)
Day 10
Diffstat (limited to 'go.work')
-rw-r--r--go.work3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.work b/go.work
index ddd99d5..d993b77 100644
--- a/go.work
+++ b/go.work
@@ -1,7 +1,8 @@
-go 1.22.2
+go 1.23.3
use (
./day1
+ ./day10
./day2
./day3
./day4