Example #1
0
 public override GridSquare SolvePart2()
 {
     return(grid.GetMostPowerfulSquareAnySize());
 }