diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-11 19:51:23 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:15 +0100 |
commit | ddbc49a8510d861679c345a5b5b93301ceb6767e (patch) | |
tree | ba7aaee65cb8083ccdad1af1c4b765ea7e900656 /go.work | |
parent | 9fd74d8827db5d89229e3bb7004e0138582914d9 (diff) |
Day 11
Diffstat (limited to 'go.work')
-rw-r--r-- | go.work | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ go 1.23.3 use ( ./day1 ./day10 + ./day11 ./day2 ./day3 ./day4 |