Browse Source

Solved part1

Piotr Czajkowski 1 năm trước cách đây
mục cha
commit
52481cf0f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      21/code.go

+ 1 - 1
21/code.go

@@ -123,5 +123,5 @@ func main() {
 	}
 
 	start, board := readInput(file)
-	fmt.Println("Part1:", calculate(board, start, 6))
+	fmt.Println("Part1:", calculate(board, start, 64))
 }