@@ -0,0 +1,9 @@
int main(int argc, char* argv[])
{
for (int x = 0; x < 10; ++x) {
for (int y = 0; y < 20; ++y) {
nib_put_scr(x, y, '@');
}
return 0;
The note is not visible to the blocked user.