Piotr Czajkowski 2 viikkoa sitten
vanhempi
commit
e220686c46
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      03/code.go

+ 0 - 5
03/code.go

@@ -72,11 +72,6 @@ func part2(lines []string) int {
 					endIndex = index
 				}
 
-				if startIndex > endIndex {
-					startIndex++
-					continue
-				}
-
 				result += getResults(line[startIndex:endIndex])
 
 				line = line[endIndex:]