day22, rewrite with Set
This commit is contained in:
5
go.mod
5
go.mod
@@ -2,7 +2,10 @@ module sunshine.industries/aoc2023
|
||||
|
||||
go 1.21.4
|
||||
|
||||
require github.com/tidwall/pinhole v0.0.0-20210130162507-d8644a7c3d19
|
||||
require (
|
||||
github.com/deckarep/golang-set/v2 v2.5.0
|
||||
github.com/tidwall/pinhole v0.0.0-20210130162507-d8644a7c3d19
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fogleman/gg v1.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user