Piotr Czajkowski před 2 týdny
rodič
revize
e220686c46
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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:]