diff --git a/day-14/one.go b/day-14/one.go index 1dc7911..88e255c 100644 --- a/day-14/one.go +++ b/day-14/one.go @@ -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