mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-04 06:41:45 +00:00 
			
		
		
		
	whitespace
This commit is contained in:
		
							parent
							
								
									78f122c850
								
							
						
					
					
						commit
						981152aba2
					
				@ -7,7 +7,6 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// 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) {
 | 
				
			||||||
 | 
					 | 
				
			||||||
	f := func(c rune) bool {
 | 
						f := func(c rune) bool {
 | 
				
			||||||
		return !unicode.IsDigit(c)
 | 
							return !unicode.IsDigit(c)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user