Explorar el Código

Solved part2, but I assume there's better way

Piotr Czajkowski hace 3 años
padre
commit
f308bdc543
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      day15/day15.go

+ 1 - 0
day15/day15.go

@@ -69,4 +69,5 @@ func main() {
 
 	readNumbers(os.Args[1])
 	fmt.Println("Part1:", playGame(2020))
+	fmt.Println("Part2:", playGame(30000000))
 }