@@ -28,9 +28,8 @@
static void init(struct sudoku *sud)
{
for (unsigned r = 0; r < NDIGITS; ++r) {
for (unsigned c = 0; c < NDIGITS; ++c) {
for (unsigned c = 0; c < NDIGITS; ++c)
sud->cells[r][c] = CELLINIT;
}
The note is not visible to the blocked user.