mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2024-11-21 18:00:47 +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]
|
_, ok := boxes[boxId]
|
||||||
if !ok {
|
if !ok {
|
||||||
m := orderedmap.NewOrderedMap[string, int]()
|
boxes[boxId] = orderedmap.NewOrderedMap[string, int]()
|
||||||
boxes[boxId] = m
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if strings.Contains(lense, "=") {
|
if strings.Contains(lense, "=") {
|
||||||
|
Loading…
Reference in New Issue
Block a user