Find the number of ways filling in a 4 \times 4 grid, such that * Each cell contains a 0 or a 1. * The sum of the numbers in each row and each column is at least 2.
An example is shown below.
0110
1010
0011
1111