Example #1
0
 public override Location2D SolvePart1()
 {
     return(grid.GetMostPowerfulSquare(3).TopLeftLocation);
 }