Open seaswalker opened 3 years ago
visited := make([][]bool, 8) for i := range visited { visited[i] = make([]bool, 8) }