Example #1
0
 public function minesNearOf(int $x, int $y) : int
 {
     return $this->grid->minesNearOf($x, $y);
 }