chore: change module
Some checks failed
Go Bump / bump (push) Successful in 6s
Go Test / build (push) Failing after 18s

This commit is contained in:
xuu 2023-12-15 15:13:24 -07:00
parent a0d852416f
commit b9fb843b50
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
2 changed files with 1 additions and 2 deletions

View File

@ -132,7 +132,6 @@ func reverse(m Map) Map {
}
return m
}
func cycle(m Map) (Map, [5]int) {
var current [5]int

2
go.mod
View File

@ -1,4 +1,4 @@
module go.sour.is/advent-of-code-2023
module go.sour.is/advent-of-code
go 1.21.4