mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-03 22:31:46 +00:00 
			
		
		
		
	whitespace
This commit is contained in:
		
							parent
							
								
									78f122c850
								
							
						
					
					
						commit
						981152aba2
					
				@ -7,7 +7,6 @@ import (
 | 
			
		||||
 | 
			
		||||
// one computes points based on matching numbers
 | 
			
		||||
func one(lines []string) (int, error) {
 | 
			
		||||
 | 
			
		||||
	f := func(c rune) bool {
 | 
			
		||||
		return !unicode.IsDigit(c)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user