20223 day1

This commit is contained in:
2023-12-01 01:40:09 +00:00
parent 2843713a0b
commit 87786ac5b1
11 changed files with 1738 additions and 0 deletions

14
2023/go/go.mod Normal file
View File

@@ -0,0 +1,14 @@
module adventofcode2023
go 1.19
require (
github.com/stretchr/testify v1.8.2
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)