diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-01 17:59:49 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-01 17:59:49 +0100 |
commit | 9833eeb598f420a814d0226a7d600a4f59b666f5 (patch) | |
tree | c3e1c84f67e9c9992c4bc6b37df0d0dd5cc884db /day1/go.mod |
Day 1
Diffstat (limited to 'day1/go.mod')
-rw-r--r-- | day1/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day1/go.mod b/day1/go.mod new file mode 100644 index 0000000..295de4c --- /dev/null +++ b/day1/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day1 + +go 1.22.2 |