summaryrefslogtreecommitdiff
path: root/cell.h
blob: 76ecd90fb6850b475bd41796f98dc1b1ba8c7e59 (plain)
1
2
3
4
5
6
7
struct cell
{
	char val;
	char not[9];
} cell;