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; }