Implications
We would like the same code to print full pages as will print the partial page at the end of the output.
The width of a row is either col+1 (for rows less than row) or col (otherwise)
If the first column is not full, we will print one or more empty rows (because col == 0 and row < rows)