fn find_best_scenery_score(grid: &Grid) -> usize
Expand description

For each tree in the grid, multiply the trees they can see in each direction. Return the best score.