mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-03 22:31:46 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user