mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-04 06:41:45 +00:00 
			
		
		
		
	remove redundant type.
This commit is contained in:
		
							parent
							
								
									f3985498ce
								
							
						
					
					
						commit
						78f122c850
					
				@ -5,8 +5,6 @@ import (
 | 
				
			|||||||
	"unicode"
 | 
						"unicode"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type M map[string]interface{}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// one computes points based on matching numbers
 | 
					// one computes points based on matching numbers
 | 
				
			||||||
func one(lines []string) (int, error) {
 | 
					func one(lines []string) (int, error) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user