summaryrefslogtreecommitdiff
path: root/go.work
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-11 19:51:23 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-20 15:33:15 +0100
commitddbc49a8510d861679c345a5b5b93301ceb6767e (patch)
treeba7aaee65cb8083ccdad1af1c4b765ea7e900656 /go.work
parent9fd74d8827db5d89229e3bb7004e0138582914d9 (diff)
Day 11
Diffstat (limited to 'go.work')
-rw-r--r--go.work1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.work b/go.work
index d993b77..57f257d 100644
--- a/go.work
+++ b/go.work
@@ -3,6 +3,7 @@ go 1.23.3
use (
./day1
./day10
+ ./day11
./day2
./day3
./day4