mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-03 22:31:46 +00:00 
			
		
		
		
	typo
This commit is contained in:
		
							parent
							
								
									f5ad468db5
								
							
						
					
					
						commit
						af3e483382
					
				@ -92,7 +92,7 @@ func mapPoints(lines []string) {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// walk moves along the pipes storing poinst that mark loop locations
 | 
					// walk moves along the pipes storing points that mark loop locations
 | 
				
			||||||
// it also keeps a track of last two moves
 | 
					// it also keeps a track of last two moves
 | 
				
			||||||
// returns the number of steps to traverse all pipes
 | 
					// returns the number of steps to traverse all pipes
 | 
				
			||||||
func walk(tracker tracker) int {
 | 
					func walk(tracker tracker) int {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user