diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-08 16:56:51 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-08 16:56:51 +0100 |
commit | 295e4fd0315e4eea92c7278e9f3d60323764c5f6 (patch) | |
tree | 2d5d98d9daae6073eeb3a29dcac63968ac901040 /day8/go.mod | |
parent | 0de2729b5382097c76d6a25522c26719e196dae7 (diff) |
Day 8
Diffstat (limited to 'day8/go.mod')
-rw-r--r-- | day8/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day8/go.mod b/day8/go.mod new file mode 100644 index 0000000..5baa592 --- /dev/null +++ b/day8/go.mod @@ -0,0 +1,3 @@ +module stevenlr.com/aoc2024/day8 + +go 1.22.2 |