summaryrefslogtreecommitdiff
path: root/go.work
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-03 22:12:55 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-03 22:12:55 +0100
commit393c8f7ab6da55ce84a0d04d1c673a61dd57a290 (patch)
tree6265a9135c66fa988a83e54ee9783ed3a9a03819 /go.work
parenta10e1a50db8d8a3dd3909f5a4a8035ff6ffbb475 (diff)
Day 3
Diffstat (limited to 'go.work')
-rw-r--r--go.work7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.work b/go.work
new file mode 100644
index 0000000..58a5546
--- /dev/null
+++ b/go.work
@@ -0,0 +1,7 @@
+go 1.22.2
+
+use (
+ ./day1
+ ./day2
+ ./day3
+)