commit 4b38cf3a66aa2a05c6534f07a2c31ab8028bea3e Author: Alexander Avery Date: Fri Dec 1 13:41:34 2023 -0500 initialize repo with go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b3e9abd --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module adventofcode2023 + +go 1.20