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