1 2 3 4
pub const N_CELLS: usize = 81; pub const ROW_OFFSET: usize = 0; pub const COL_OFFSET: usize = 9; pub const FIELD_OFFSET: usize = 18;