@ -50,6 +50,9 @@ void print(puzz_t puzz)
case UNKNOWN:
c = '.';
break;
case SAFE:
c = 's';
default:
c = '0' + puzz[x][y];
The note is not visible to the blocked user.