mirror of
				https://github.com/onyx-and-iris/aoc2023.git
				synced 2025-11-03 22:31:46 +00:00 
			
		
		
		
	remove redundant constant
This commit is contained in:
		
							parent
							
								
									92ff666ae2
								
							
						
					
					
						commit
						6a65b04ee8
					
				@ -1,7 +1,5 @@
 | 
				
			|||||||
package main
 | 
					package main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const MAX = 10
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// getload returns the load of all boulders for a single image
 | 
					// getload returns the load of all boulders for a single image
 | 
				
			||||||
func getload(raw []string) int {
 | 
					func getload(raw []string) int {
 | 
				
			||||||
	load := 0
 | 
						load := 0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user