mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-15 15:10:49 +00:00
remove assignment
This commit is contained in:
parent
927e78aa3a
commit
20713a9967
@ -34,8 +34,7 @@ func two(lines []string) int {
|
||||
|
||||
_, ok := boxes[boxId]
|
||||
if !ok {
|
||||
m := orderedmap.NewOrderedMap[string, int]()
|
||||
boxes[boxId] = m
|
||||
boxes[boxId] = orderedmap.NewOrderedMap[string, int]()
|
||||
}
|
||||
|
||||
if strings.Contains(lense, "=") {
|
||||
|
Loading…
Reference in New Issue
Block a user