cellAt method

Cell cellAt(
  1. int row,
  2. int col
)

Implementation

Cell cellAt(int row, int col) => grid[row][col];